#1F2BD3

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

Shades of Persian Blue #1F2BD3

Tints of Persian Blue #1F2BD3

Color information

#1F2BD3 (or 0x1F2BD3) is unknown color: approx Persian Blue. HEX triplet: 1F, 2B and D3. RGB value is (31,43,211). Sum of RGB (Red+Green+Blue) = 31+43+211=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 211 (82.81% from 255 or 74.04% from 285); Max value from RGB is 211 - color contains mainly: blue. Hex color #1F2BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2BD3 is #E0D42C. Grayscale: #393939. Windows color (decimal): -14734381 or 13839135. OLE color: 13839135.

HSL color Cylindrical-coordinate representation of color #1F2BD3: hue angle of 236º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F2BD3 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3143211-
CMYK0.850.8000.17
HSL236º74.38%47.45%-
HSV(B)236º85.31%82.75%-
XYZ13.196.7262.23-
YUV58.56214.02108.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.88%
GREEN value IS 43 (17.19% from 255) = 15.09%
BLUE value IS 211 (82.81% from 255) = 74.04%
R=10.88%
G=15.09%
B=74.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal31432110.850.8000.1723674.3847.45
Hex1F2BD35550011ec4a2f
Octal375332312512002135411257
Binary111111010111101001110101011010000010001111011001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,43,211); }

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

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

 a { background-color: rgb(31,43,211); }

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

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

 span { border-color: rgb(31,43,211); }

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