#283EC0

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

Shades of Persian Blue #283EC0

Tints of Persian Blue #283EC0

Color information

#283EC0 (or 0x283EC0) is unknown color: approx Persian Blue. HEX triplet: 28, 3E and C0. RGB value is (40,62,192). Sum of RGB (Red+Green+Blue) = 40+62+192=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 192 (75.39% from 255 or 65.31% from 294); Max value from RGB is 192 - color contains mainly: blue. Hex color #283EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283EC0 is #D7C13F. Grayscale: #454545. Windows color (decimal): -14139712 or 12598824. OLE color: 12598824.

HSL color Cylindrical-coordinate representation of color #283EC0: hue angle of 231.32º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283EC0 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4062192-
CMYK0.790.6800.25
HSL231.32º65.52%45.49%-
HSV(B)231.32º79.17%75.29%-
XYZ12.117.750.72-
YUV70.24196.71106.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.61%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 192 (75.39% from 255) = 65.31%
R=13.61%
G=21.09%
B=65.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal40621920.790.6800.25231.3265.5245.49
Hex283EC04F44019e7422d
Octal507630011710403134710255
Binary1010001111101100000010011111000100011001111001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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