#1F3EE8

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

Shades of Persian Blue #1F3EE8

Tints of Persian Blue #1F3EE8

Color information

#1F3EE8 (or 0x1F3EE8) is unknown color: approx Persian Blue. HEX triplet: 1F, 3E and E8. RGB value is (31,62,232). Sum of RGB (Red+Green+Blue) = 31+62+232=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 232 (91.02% from 255 or 71.38% from 325); Max value from RGB is 232 - color contains mainly: blue. Hex color #1F3EE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3EE8 is #E0C117. Grayscale: #474747. Windows color (decimal): -14729496 or 15220255. OLE color: 15220255.

HSL color Cylindrical-coordinate representation of color #1F3EE8: hue angle of 230.75º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F3EE8 is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3162232-
CMYK0.870.7300.09
HSL230.75º81.38%51.57%-
HSV(B)230.75º86.64%90.98%-
XYZ16.859.5677.3-
YUV72.11218.2398.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.54%
GREEN value IS 62 (24.61% from 255) = 19.08%
BLUE value IS 232 (91.02% from 255) = 71.38%
R=9.54%
G=19.08%
B=71.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal31622320.870.7300.09230.7581.3851.57
Hex1F3EE8574909e75134
Octal377635012711101134712164
Binary11111111110111010001010111100100101001111001111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,62,232); }

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

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

 a { background-color: rgb(31,62,232); }

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

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

 span { border-color: rgb(31,62,232); }

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