#1C34BF

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

Shades of Persian Blue #1C34BF

Tints of Persian Blue #1C34BF

Color information

#1C34BF (or 0x1C34BF) is unknown color: approx Persian Blue. HEX triplet: 1C, 34 and BF. RGB value is (28,52,191). Sum of RGB (Red+Green+Blue) = 28+52+191=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C34BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C34BF is #E3CB40. Grayscale: #3C3C3C. Windows color (decimal): -14928705 or 12530716. OLE color: 12530716.

HSL color Cylindrical-coordinate representation of color #1C34BF: hue angle of 231.17º degrees, saturation: 0.74, 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 #1C34BF is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2852191-
CMYK0.850.7300.25
HSL231.17º74.43%42.94%-
HSV(B)231.17º85.34%74.9%-
XYZ11.116.4649.95-
YUV60.67201.55104.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.33%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 191 (75% from 255) = 70.48%
R=10.33%
G=19.19%
B=70.48%

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
Decimal28521910.850.7300.25231.1774.4342.94
Hex1C34BF5549019e74a2b
Octal346427712511103134711253
Binary111001101001011111110101011001001011001111001111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C34BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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