#1f2e50

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

Shades of Bunting #1F2E50

Tints of Bunting #1F2E50

Color information

#1F2E50 (or 0x1F2E50) is unknown color: approx Bunting. HEX triplet: 1F, 2E and 50. RGB value is (31,46,80). Sum of RGB (Red+Green+Blue) = 31+46+80=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F2E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2E50 is #E0D1AF. Grayscale: #2D2D2D. Windows color (decimal): -14733744 or 5254687. OLE color: 5254687.

HSL color Cylindrical-coordinate representation of color #1F2E50: hue angle of 221.63º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F2E50 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB314680-
CMYK0.610.4200.69
HSL221.63º44.14%21.76%-
HSV(B)221.63º61.25%31.37%-
XYZ2.992.827.98-
YUV45.39147.53117.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.75%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 80 (31.64% from 255) = 50.96%
R=19.75%
G=29.30%
B=50.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3146800.610.4200.69221.6344.1421.76
Hex1F2E503D2A045de2c16
Octal3756120755201053365426
Binary111111011101010000111101101010010001011101111010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f2e50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,46,80); }

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

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

 a { background-color: rgb(31,46,80); }

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

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

 span { border-color: rgb(31,46,80); }

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