#1C34CB

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

Shades of Persian Blue #1C34CB

Tints of Persian Blue #1C34CB

Color information

#1C34CB (or 0x1C34CB) is unknown color: approx Persian Blue. HEX triplet: 1C, 34 and CB. RGB value is (28,52,203). Sum of RGB (Red+Green+Blue) = 28+52+203=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C34CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C34CB is #E3CB34. Grayscale: #3D3D3D. Windows color (decimal): -14928693 or 13317148. OLE color: 13317148.

HSL color Cylindrical-coordinate representation of color #1C34CB: hue angle of 231.77º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C34CB is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2852203-
CMYK0.860.7400.20
HSL231.77º75.76%45.29%-
HSV(B)231.77º86.21%79.61%-
XYZ12.497.0157.2-
YUV62.04207.55103.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.89%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 203 (79.69% from 255) = 71.73%
R=9.89%
G=18.37%
B=71.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal28522030.860.7400.20231.7775.7645.29
Hex1C34CB564A014e84c2d
Octal346431312611202435011455
Binary111001101001100101110101101001010010100111010001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C34CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,52,203); }

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

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

 a { background-color: rgb(28,52,203); }

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

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

 span { border-color: rgb(28,52,203); }

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