#212F5D

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

Shades of Lucky Point #212F5D

Tints of Lucky Point #212F5D

Color information

#212F5D (or 0x212F5D) is unknown color: approx Lucky Point. HEX triplet: 21, 2F and 5D. RGB value is (33,47,93). Sum of RGB (Red+Green+Blue) = 33+47+93=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #212F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F5D is #DED0A2. Grayscale: #2F2F2F. Windows color (decimal): -14602403 or 6106913. OLE color: 6106913.

HSL color Cylindrical-coordinate representation of color #212F5D: hue angle of 226º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #212F5D is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB334793-
CMYK0.650.4900.64
HSL226º47.62%24.71%-
HSV(B)226º64.52%36.47%-
XYZ3.623.1510.77-
YUV48.06153.36117.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 93 (36.72% from 255) = 53.76%
R=19.08%
G=27.17%
B=53.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3347930.650.4900.6422647.6224.71
Hex212F5D4131040e23019
Octal41571351016101003426031
Binary10000110111110111011000001110001010000001110001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212F5D; }

 p { color: rgb(33,47,93); }

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

<style>
 a { background-color: #212F5D; }

 a { background-color: rgb(33,47,93); }

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

<style>
 span { border-color: #212F5D; }

 span { border-color: rgb(33,47,93); }

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