#212C5F

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

Shades of Lucky Point #212C5F

Tints of Lucky Point #212C5F

Color information

#212C5F (or 0x212C5F) is unknown color: approx Lucky Point. HEX triplet: 21, 2C and 5F. RGB value is (33,44,95). Sum of RGB (Red+Green+Blue) = 33+44+95=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #212C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C5F is #DED3A0. Grayscale: #2E2E2E. Windows color (decimal): -14603169 or 6237217. OLE color: 6237217.

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

Color convert

RGB334495-
CMYK0.650.5400.63
HSL229.35º48.44%25.1%-
HSV(B)229.35º65.26%37.25%-
XYZ3.592.9511.21-
YUV46.52155.36118.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 95 (37.5% from 255) = 55.23%
R=19.19%
G=25.58%
B=55.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3344950.650.5400.63229.3548.4425.1
Hex212C5F413603Fe53019
Octal4154137101660773456031
Binary1000011011001011111100000111011001111111110010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,44,95); }

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

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

 a { background-color: rgb(33,44,95); }

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

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

 span { border-color: rgb(33,44,95); }

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