#1F34CB

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

Shades of Persian Blue #1F34CB

Tints of Persian Blue #1F34CB

Color information

#1F34CB (or 0x1F34CB) is unknown color: approx Persian Blue. HEX triplet: 1F, 34 and CB. RGB value is (31,52,203). Sum of RGB (Red+Green+Blue) = 31+52+203=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F34CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F34CB is #E0CB34. Grayscale: #3E3E3E. Windows color (decimal): -14732085 or 13317151. OLE color: 13317151.

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

Color convert

RGB3152203-
CMYK0.850.7400.20
HSL232.67º73.5%45.88%-
HSV(B)232.67º84.73%79.61%-
XYZ12.577.0657.2-
YUV62.94207.04105.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.84%
GREEN value IS 52 (20.70% from 255) = 18.18%
BLUE value IS 203 (79.69% from 255) = 70.98%
R=10.84%
G=18.18%
B=70.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal31522030.850.7400.20232.6773.545.88
Hex1F34CB554A014e94a2e
Octal376431312511202435111256
Binary111111101001100101110101011001010010100111010011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F34CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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