#212F63

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

Shades of Lucky Point #212F63

Tints of Lucky Point #212F63

Color information

#212F63 (or 0x212F63) is unknown color: approx Lucky Point. HEX triplet: 21, 2F and 63. RGB value is (33,47,99). Sum of RGB (Red+Green+Blue) = 33+47+99=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #212F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F63 is #DED09C. Grayscale: #303030. Windows color (decimal): -14602397 or 6500129. OLE color: 6500129.

HSL color Cylindrical-coordinate representation of color #212F63: hue angle of 227.27º 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 #212F63 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB334799-
CMYK0.670.5300.61
HSL227.27º50%25.88%-
HSV(B)227.27º66.67%38.82%-
XYZ3.93.2612.23-
YUV48.74156.36116.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 47 (18.75% from 255) = 26.26%
BLUE value IS 99 (39.06% from 255) = 55.31%
R=18.44%
G=26.26%
B=55.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3347990.670.5300.61227.275025.88
Hex212F63433503De3321a
Octal4157143103650753436232
Binary1000011011111100011100001111010101111011110001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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