#212D63

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

Shades of Lucky Point #212D63

Tints of Lucky Point #212D63

Color information

#212D63 (or 0x212D63) is unknown color: approx Lucky Point. HEX triplet: 21, 2D and 63. RGB value is (33,45,99). Sum of RGB (Red+Green+Blue) = 33+45+99=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #212D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D63 is #DED29C. Grayscale: #2F2F2F. Windows color (decimal): -14602909 or 6499617. OLE color: 6499617.

HSL color Cylindrical-coordinate representation of color #212D63: hue angle of 229.09º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #212D63 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB334599-
CMYK0.670.5500.61
HSL229.09º50%25.88%-
HSV(B)229.09º66.67%38.82%-
XYZ3.823.112.2-
YUV47.57157.02117.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 45 (17.97% from 255) = 25.42%
BLUE value IS 99 (39.06% from 255) = 55.93%
R=18.64%
G=25.42%
B=55.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3345990.670.5500.61229.095025.88
Hex212D63433703De5321a
Octal4155143103670753456232
Binary1000011011011100011100001111011101111011110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,45,99); }

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

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

 a { background-color: rgb(33,45,99); }

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

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

 span { border-color: rgb(33,45,99); }

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