#1F38B2

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

Shades of Persian Blue #1F38B2

Tints of Persian Blue #1F38B2

Color information

#1F38B2 (or 0x1F38B2) is unknown color: approx Persian Blue. HEX triplet: 1F, 38 and B2. RGB value is (31,56,178). Sum of RGB (Red+Green+Blue) = 31+56+178=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 178 (69.92% from 255 or 67.17% from 265); Max value from RGB is 178 - color contains mainly: blue. Hex color #1F38B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F38B2 is #E0C74D. Grayscale: #3D3D3D. Windows color (decimal): -14731086 or 11679775. OLE color: 11679775.

HSL color Cylindrical-coordinate representation of color #1F38B2: hue angle of 229.8º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F38B2 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3156178-
CMYK0.830.6900.30
HSL229.8º70.33%40.98%-
HSV(B)229.8º82.58%69.8%-
XYZ10.026.3342.81-
YUV62.43193.22105.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.70%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 178 (69.92% from 255) = 67.17%
R=11.70%
G=21.13%
B=67.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31561780.830.6900.30229.870.3340.98
Hex1F38B2534501Ee64629
Octal377026212310503634610651
Binary111111110001011001010100111000101011110111001101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F38B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,56,178); }

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

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

 a { background-color: rgb(31,56,178); }

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

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

 span { border-color: rgb(31,56,178); }

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