#1F34BF

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

Shades of Persian Blue #1F34BF

Tints of Persian Blue #1F34BF

Color information

#1F34BF (or 0x1F34BF) is unknown color: approx Persian Blue. HEX triplet: 1F, 34 and BF. RGB value is (31,52,191). Sum of RGB (Red+Green+Blue) = 31+52+191=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F34BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F34BF is #E0CB40. Grayscale: #3C3C3C. Windows color (decimal): -14732097 or 12530719. OLE color: 12530719.

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

Color convert

RGB3152191-
CMYK0.840.7300.25
HSL232.12º72.07%43.53%-
HSV(B)232.12º83.77%74.9%-
XYZ11.26.5149.96-
YUV61.57201.04106.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.31%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 191 (75% from 255) = 69.71%
R=11.31%
G=18.98%
B=69.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31521910.840.7300.25232.1272.0743.53
Hex1F34BF5449019e8482c
Octal376427712411103135011054
Binary111111101001011111110101001001001011001111010001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F34BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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