#1C3EE0

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

Shades of Persian Blue #1C3EE0

Tints of Persian Blue #1C3EE0

Color information

#1C3EE0 (or 0x1C3EE0) is unknown color: approx Persian Blue. HEX triplet: 1C, 3E and E0. RGB value is (28,62,224). Sum of RGB (Red+Green+Blue) = 28+62+224=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 224 (87.89% from 255 or 71.34% from 314); Max value from RGB is 224 - color contains mainly: blue. Hex color #1C3EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3EE0 is #E3C11F. Grayscale: #454545. Windows color (decimal): -14926112 or 14695964. OLE color: 14695964.

HSL color Cylindrical-coordinate representation of color #1C3EE0: hue angle of 229.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C3EE0 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2862224-
CMYK0.880.7200.12
HSL229.59º77.78%49.41%-
HSV(B)229.59º87.5%87.84%-
XYZ15.669.0771.45-
YUV70.3214.7497.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.92%
GREEN value IS 62 (24.61% from 255) = 19.75%
BLUE value IS 224 (87.89% from 255) = 71.34%
R=8.92%
G=19.75%
B=71.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal28622240.880.7200.12229.5977.7849.41
Hex1C3EE058480Ce64e31
Octal347634013011001434611661
Binary11100111110111000001011000100100001100111001101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C3EE0; }

 p { color: rgb(28,62,224); }

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

<style>
 a { background-color: #1C3EE0; }

 a { background-color: rgb(28,62,224); }

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

<style>
 span { border-color: #1C3EE0; }

 span { border-color: rgb(28,62,224); }

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