#283EDD

Color #283EDD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #283EDD

Tints of Persian Blue #283EDD

Color information

#283EDD (or 0x283EDD) is unknown color: approx Persian Blue. HEX triplet: 28, 3E and DD. RGB value is (40,62,221). Sum of RGB (Red+Green+Blue) = 40+62+221=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #283EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283EDD is #D7C122. Grayscale: #484848. Windows color (decimal): -14139683 or 14499368. OLE color: 14499368.

HSL color Cylindrical-coordinate representation of color #283EDD: hue angle of 232.71º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283EDD is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4062221-
CMYK0.820.7200.13
HSL232.71º72.69%51.18%-
HSV(B)232.71º81.9%86.67%-
XYZ15.659.1269.34-
YUV73.55211.21104.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 12.38%
GREEN value IS 62 (24.61% from 255) = 19.20%
BLUE value IS 221 (86.72% from 255) = 68.42%
R=12.38%
G=19.20%
B=68.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40622210.820.7200.13232.7172.6951.18
Hex283EDD52480De94933
Octal507633512211001535111163
Binary101000111110110111011010010100100001101111010011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283EDD; }

 p { color: rgb(40,62,221); }

 H1.HeaderClassName
 {
   color: #283EDD;
 }
 .AnyTagClassName
 {
   color: #283EDD;
 }
</style>
background-color css

<style>
 a { background-color: #283EDD; }

 a { background-color: rgb(40,62,221); }

 div.DivClassName
 {
   background-color: #283EDD;
 }
 .BgClassName
 {
   background-color: #283EDD;
 }
</style>
border-color css

<style>
 span { border-color: #283EDD; }

 span { border-color: rgb(40,62,221); }

 td.TdClassName
 {
   border-color: #283EDD;
 }
 .TagClassName
 {
   border-color: #283EDD;
 }
</style>