#1C33C0

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

Shades of Persian Blue #1C33C0

Tints of Persian Blue #1C33C0

Color information

#1C33C0 (or 0x1C33C0) is unknown color: approx Persian Blue. HEX triplet: 1C, 33 and C0. RGB value is (28,51,192). Sum of RGB (Red+Green+Blue) = 28+51+192=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 192 (75.39% from 255 or 70.85% from 271); Max value from RGB is 192 - color contains mainly: blue. Hex color #1C33C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C33C0 is #E3CC3F. Grayscale: #3B3B3B. Windows color (decimal): -14928960 or 12595996. OLE color: 12595996.

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

Color convert

RGB2851192-
CMYK0.850.7300.25
HSL231.59º74.55%43.14%-
HSV(B)231.59º85.42%75.29%-
XYZ11.186.4250.52-
YUV60.2202.38105.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.33%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 192 (75.39% from 255) = 70.85%
R=10.33%
G=18.82%
B=70.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28511920.850.7300.25231.5974.5543.14
Hex1C33C05549019e84b2b
Octal346330012511103135011353
Binary111001100111100000010101011001001011001111010001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C33C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,51,192); }

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

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

 a { background-color: rgb(28,51,192); }

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

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

 span { border-color: rgb(28,51,192); }

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