#1C36BD

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

Shades of Persian Blue #1C36BD

Tints of Persian Blue #1C36BD

Color information

#1C36BD (or 0x1C36BD) is unknown color: approx Persian Blue. HEX triplet: 1C, 36 and BD. RGB value is (28,54,189). Sum of RGB (Red+Green+Blue) = 28+54+189=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C36BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C36BD is #E3C942. Grayscale: #3D3D3D. Windows color (decimal): -14928195 or 12400156. OLE color: 12400156.

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

Color convert

RGB2854189-
CMYK0.850.7100.26
HSL230.31º74.19%42.55%-
HSV(B)230.31º85.19%74.12%-
XYZ10.986.5648.83-
YUV61.62199.89104.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.33%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 189 (74.22% from 255) = 69.74%
R=10.33%
G=19.93%
B=69.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28541890.850.7100.26230.3174.1942.55
Hex1C36BD554701Ae64a2b
Octal346627512510703234611253
Binary111001101101011110110101011000111011010111001101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C36BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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