#1f2f4c

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

Shades of Bunting #1F2F4C

Tints of Bunting #1F2F4C

Color information

#1F2F4C (or 0x1F2F4C) is unknown color: approx Bunting. HEX triplet: 1F, 2F and 4C. RGB value is (31,47,76). Sum of RGB (Red+Green+Blue) = 31+47+76=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #1F2F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2F4C is #E0D0B3. Grayscale: #2D2D2D. Windows color (decimal): -14733492 or 4992799. OLE color: 4992799.

HSL color Cylindrical-coordinate representation of color #1F2F4C: hue angle of 218.67º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F2F4C is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB314776-
CMYK0.590.3800.70
HSL218.67º42.06%20.98%-
HSV(B)218.67º59.21%29.8%-
XYZ2.892.857.23-
YUV45.52145.2117.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.13%
GREEN value IS 47 (18.75% from 255) = 30.52%
BLUE value IS 76 (30.08% from 255) = 49.35%
R=20.13%
G=30.52%
B=49.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3147760.590.3800.70218.6742.0620.98
Hex1F2F4C3B26046db2a15
Octal3757114734601063335225
Binary111111011111001100111011100110010001101101101110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f2f4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,47,76); }

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

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

 a { background-color: rgb(31,47,76); }

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

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

 span { border-color: rgb(31,47,76); }

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