#1b34cb

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

Shades of Persian Blue #1B34CB

Tints of Persian Blue #1B34CB

Color information

#1B34CB (or 0x1B34CB) is unknown color: approx Persian Blue. HEX triplet: 1B, 34 and CB. RGB value is (27,52,203). Sum of RGB (Red+Green+Blue) = 27+52+203=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #1B34CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B34CB is #E4CB34. Grayscale: #3D3D3D. Windows color (decimal): -14994229 or 13317147. OLE color: 13317147.

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

Color convert

RGB2752203-
CMYK0.870.7400.20
HSL231.48º76.52%45.1%-
HSV(B)231.48º86.7%79.61%-
XYZ12.46757.19-
YUV61.74207.72103.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.57%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 203 (79.69% from 255) = 71.99%
R=9.57%
G=18.44%
B=71.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal27522030.870.7400.20231.4876.5245.1
Hex1B34CB574A014e74d2d
Octal336431312711202434711555
Binary110111101001100101110101111001010010100111001111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b34cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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