#1F2B52

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

Shades of Lucky Point #1F2B52

Tints of Lucky Point #1F2B52

Color information

#1F2B52 (or 0x1F2B52) is unknown color: approx Lucky Point. HEX triplet: 1F, 2B and 52. RGB value is (31,43,82). Sum of RGB (Red+Green+Blue) = 31+43+82=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F2B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2B52 is #E0D4AD. Grayscale: #2B2B2B. Windows color (decimal): -14734510 or 5384991. OLE color: 5384991.

HSL color Cylindrical-coordinate representation of color #1F2B52: hue angle of 225.88º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F2B52 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB314382-
CMYK0.620.4800.68
HSL225.88º45.13%22.16%-
HSV(B)225.88º62.2%32.16%-
XYZ2.952.638.33-
YUV43.86149.52118.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.87%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 82 (32.42% from 255) = 52.56%
R=19.87%
G=27.56%
B=52.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3143820.620.4800.68225.8845.1322.16
Hex1F2B523E30044e22d16
Octal3753122766001043425526
Binary111111010111010010111110110000010001001110001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,43,82); }

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

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

 a { background-color: rgb(31,43,82); }

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

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

 span { border-color: rgb(31,43,82); }

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