#1C36B4

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

Shades of Persian Blue #1C36B4

Tints of Persian Blue #1C36B4

Color information

#1C36B4 (or 0x1C36B4) is unknown color: approx Persian Blue. HEX triplet: 1C, 36 and B4. RGB value is (28,54,180). Sum of RGB (Red+Green+Blue) = 28+54+180=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 180 (70.70% from 255 or 68.70% from 262); Max value from RGB is 180 - color contains mainly: blue. Hex color #1C36B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C36B4 is #E3C94B. Grayscale: #3C3C3C. Windows color (decimal): -14928204 or 11810332. OLE color: 11810332.

HSL color Cylindrical-coordinate representation of color #1C36B4: hue angle of 229.74º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C36B4 is Cyan = 0.84, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2854180-
CMYK0.840.700.29
HSL229.74º73.08%40.78%-
HSV(B)229.74º84.44%70.59%-
XYZ10.046.1843.84-
YUV60.59195.39104.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.69%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 180 (70.70% from 255) = 68.70%
R=10.69%
G=20.61%
B=68.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal28541800.840.700.29229.7473.0840.78
Hex1C36B4544601De64929
Octal346626412410603534611151
Binary111001101101011010010101001000110011101111001101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C36B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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