#1C36D0

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

Shades of Persian Blue #1C36D0

Tints of Persian Blue #1C36D0

Color information

#1C36D0 (or 0x1C36D0) is unknown color: approx Persian Blue. HEX triplet: 1C, 36 and D0. RGB value is (28,54,208). Sum of RGB (Red+Green+Blue) = 28+54+208=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 208 (81.64% from 255 or 71.72% from 290); Max value from RGB is 208 - color contains mainly: blue. Hex color #1C36D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C36D0 is #E3C92F. Grayscale: #3F3F3F. Windows color (decimal): -14928176 or 13645340. OLE color: 13645340.

HSL color Cylindrical-coordinate representation of color #1C36D0: hue angle of 231.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C36D0 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2854208-
CMYK0.870.7400.18
HSL231.33º76.27%46.27%-
HSV(B)231.33º86.54%81.57%-
XYZ13.187.4460.42-
YUV63.78209.39102.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.66%
GREEN value IS 54 (21.48% from 255) = 18.62%
BLUE value IS 208 (81.64% from 255) = 71.72%
R=9.66%
G=18.62%
B=71.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal28542080.870.7400.18231.3376.2746.27
Hex1C36D0574A012e74c2e
Octal346632012711202234711456
Binary111001101101101000010101111001010010010111001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C36D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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