#1F32BC

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

Shades of Persian Blue #1F32BC

Tints of Persian Blue #1F32BC

Color information

#1F32BC (or 0x1F32BC) is unknown color: approx Persian Blue. HEX triplet: 1F, 32 and BC. RGB value is (31,50,188). Sum of RGB (Red+Green+Blue) = 31+50+188=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F32BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F32BC is #E0CD43. Grayscale: #3B3B3B. Windows color (decimal): -14732612 or 12333599. OLE color: 12333599.

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

Color convert

RGB3150188-
CMYK0.840.7300.26
HSL232.74º71.69%42.94%-
HSV(B)232.74º83.51%73.73%-
XYZ10.786.248.21-
YUV60.05200.21107.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.52%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 188 (73.83% from 255) = 69.89%
R=11.52%
G=18.59%
B=69.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31501880.840.7300.26232.7471.6942.94
Hex1F32BC544901Ae9482b
Octal376227412411103235111053
Binary111111100101011110010101001001001011010111010011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F32BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,50,188); }

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

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

 a { background-color: rgb(31,50,188); }

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

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

 span { border-color: rgb(31,50,188); }

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