Html Css Color HEX #1F34CB Persian Blue

📋 copy color: '#1F34CB'

red 31 ◦ green 52 ◦ blue 203

#1F34CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1F34CB

Tints of Persian Blue #1F34CB

RGB

 RED value IS 31 (12.5% from 255) = 10.84%

 GREEN value IS 52 (20.7% 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 value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F34CB (or 0x1F34CB) is known color: 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

RGB 31 52 203 -
CMYK 0.85 0.74 0 0.20
HSL 232.67º 0.74% 0.46% -
HSV(B) 232.67º 0.85% 0.8% -
XYZ 12.57 7.06 57.2 -
YUV 62.94 207.04 105.22 -
System Red Green Blue C M Y K H S L
Decimal 31 52 203 0.85 0.74 0 0.20 232.67 0.74 0.46
Hex 1F 34 CB 55 4A 0 14 E9 4A 2E
Octal 37 64 313 125 112 0 24 351 112 56
Binary 11111 110100 11001011 1010101 1001010 0 10100 11101001 1001010 101110

Color Harmonies of #1F34CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F34CB

Black with #1F34CB

Text Example


Text Example

White with #1F34CB

Text Example


Text Example

HTML Codes & Css Web 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>