#1F324E

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

Shades of Bunting #1F324E

Tints of Bunting #1F324E

Color information

#1F324E (or 0x1F324E) is unknown color: approx Bunting. HEX triplet: 1F, 32 and 4E. RGB value is (31,50,78). Sum of RGB (Red+Green+Blue) = 31+50+78=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #1F324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F324E is #E0CDB1. Grayscale: #2F2F2F. Windows color (decimal): -14732722 or 5124639. OLE color: 5124639.

HSL color Cylindrical-coordinate representation of color #1F324E: hue angle of 215.74º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F324E is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB315078-
CMYK0.600.3600.69
HSL215.74º43.12%21.37%-
HSV(B)215.74º60.26%30.59%-
XYZ3.083.127.65-
YUV47.51145.21116.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.50%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=19.50%
G=31.45%
B=49.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3150780.600.3600.69215.7443.1221.37
Hex1F324E3C24045d82b15
Octal3762116744401053305325
Binary111111100101001110111100100100010001011101100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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