Html Css Color HEX #1F34BE Persian Blue

📋 copy color: '#1F34BE'

red 31 ◦ green 52 ◦ blue 190

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

Shades of Persian Blue #1F34BE

Tints of Persian Blue #1F34BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.6%

R = 11.36%
G = 19.05%
B = 69.6%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F34BE (or 0x1F34BE) is known color: Persian Blue. HEX triplet: 1F, 34 and BE. RGB value is (31,52,190). Sum of RGB (Red+Green+Blue) = 31+52+190=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F34BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F34BE is #E0CB41. Grayscale: #3C3C3C. Windows color (decimal): -14732098 or 12465183. OLE color: 12465183.

HSL color Cylindrical-coordinate representation of color #1F34BE: hue angle of 232.08º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F34BE is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 52 190 -
CMYK 0.84 0.73 0 0.25
HSL 232.08º 0.72% 0.43% -
HSV(B) 232.08º 0.84% 0.75% -
XYZ 11.09 6.46 49.38 -
YUV 61.45 200.54 106.28 -
System Red Green Blue C M Y K H S L
Decimal 31 52 190 0.84 0.73 0 0.25 232.08 0.72 0.43
Hex 1F 34 BE 54 49 0 19 E8 48 2B
Octal 37 64 276 124 111 0 31 350 110 53
Binary 11111 110100 10111110 1010100 1001001 0 11001 11101000 1001000 101011

Color Harmonies of #1F34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F34BE

Black with #1F34BE

Text Example


Text Example

White with #1F34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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