#1C37AE

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

Shades of Persian Blue #1C37AE

Tints of Persian Blue #1C37AE

Color information

#1C37AE (or 0x1C37AE) is unknown color: approx Persian Blue. HEX triplet: 1C, 37 and AE. RGB value is (28,55,174). Sum of RGB (Red+Green+Blue) = 28+55+174=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C37AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C37AE is #E3C851. Grayscale: #3B3B3B. Windows color (decimal): -14927954 or 11417372. OLE color: 11417372.

HSL color Cylindrical-coordinate representation of color #1C37AE: hue angle of 228.9º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C37AE is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2855174-
CMYK0.840.6800.32
HSL228.9º72.28%39.61%-
HSV(B)228.9º83.91%68.24%-
XYZ9.496.0440.71-
YUV60.49192.05104.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.89%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 174 (68.36% from 255) = 67.70%
R=10.89%
G=21.40%
B=67.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28551740.840.6800.32228.972.2839.61
Hex1C37AE5444020e54828
Octal346725612410404034511050
Binary1110011011110101110101010010001000100000111001011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C37AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,55,174); }

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

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

 a { background-color: rgb(28,55,174); }

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

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

 span { border-color: rgb(28,55,174); }

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