#1C36B8

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

Shades of Persian Blue #1C36B8

Tints of Persian Blue #1C36B8

Color information

#1C36B8 (or 0x1C36B8) is unknown color: approx Persian Blue. HEX triplet: 1C, 36 and B8. RGB value is (28,54,184). Sum of RGB (Red+Green+Blue) = 28+54+184=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 184 (72.27% from 255 or 69.17% from 266); Max value from RGB is 184 - color contains mainly: blue. Hex color #1C36B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C36B8 is #E3C947. Grayscale: #3C3C3C. Windows color (decimal): -14928200 or 12072476. OLE color: 12072476.

HSL color Cylindrical-coordinate representation of color #1C36B8: hue angle of 230º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C36B8 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2854184-
CMYK0.850.7100.28
HSL230º73.58%41.57%-
HSV(B)230º84.78%72.16%-
XYZ10.456.3546.02-
YUV61.05197.39104.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.53%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 184 (72.27% from 255) = 69.17%
R=10.53%
G=20.30%
B=69.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal28541840.850.7100.2823073.5841.57
Hex1C36B8554701Ce64a2a
Octal346627012510703434611252
Binary111001101101011100010101011000111011100111001101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C36B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,54,184); }

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

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

 a { background-color: rgb(28,54,184); }

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

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

 span { border-color: rgb(28,54,184); }

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