Html Css Color HEX #1F34AC Persian Blue

📋 copy color: '#1F34AC'

red 31 ◦ green 52 ◦ blue 172

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

Shades of Persian Blue #1F34AC

Tints of Persian Blue #1F34AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

 BLUE value IS 172 (67.58% from 255) = 67.45%

R = 12.16%
G = 20.39%
B = 67.45%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F34AC (or 0x1F34AC) is known color: Persian Blue. HEX triplet: 1F, 34 and AC. RGB value is (31,52,172). Sum of RGB (Red+Green+Blue) = 31+52+172=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F34AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F34AC is #E0CB53. Grayscale: #3A3A3A. Windows color (decimal): -14732116 or 11285535. OLE color: 11285535.

HSL color Cylindrical-coordinate representation of color #1F34AC: hue angle of 231.06º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F34AC is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 52 172 -
CMYK 0.82 0.70 0 0.33
HSL 231.06º 0.69% 0.4% -
HSV(B) 231.06º 0.82% 0.67% -
XYZ 9.24 5.73 39.65 -
YUV 59.4 191.54 107.74 -
System Red Green Blue C M Y K H S L
Decimal 31 52 172 0.82 0.70 0 0.33 231.06 0.69 0.4
Hex 1F 34 AC 52 46 0 21 E7 45 28
Octal 37 64 254 122 106 0 41 347 105 50
Binary 11111 110100 10101100 1010010 1000110 0 100001 11100111 1000101 101000

Color Harmonies of #1F34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F34AC

Black with #1F34AC

Text Example


Text Example

White with #1F34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F34AC;
 }
 .AnyTagClassName
 {
   color: #1F34AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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