#212651

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

Shades of Lucky Point #212651

Tints of Lucky Point #212651

Color information

#212651 (or 0x212651) is unknown color: approx Lucky Point. HEX triplet: 21, 26 and 51. RGB value is (33,38,81). Sum of RGB (Red+Green+Blue) = 33+38+81=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #212651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212651 is #DED9AE. Grayscale: #292929. Windows color (decimal): -14604719 or 5318177. OLE color: 5318177.

HSL color Cylindrical-coordinate representation of color #212651: hue angle of 233.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #212651 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB333881-
CMYK0.590.5300.68
HSL233.75º42.11%22.35%-
HSV(B)233.75º59.26%31.76%-
XYZ2.812.38.08-
YUV41.41150.34122-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 81 (32.03% from 255) = 53.29%
R=21.71%
G=25%
B=53.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3338810.590.5300.68233.7542.1122.35
Hex2126513B35044ea2a16
Octal4146121736501043525226
Binary1000011001101010001111011110101010001001110101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212651; }

 p { color: rgb(33,38,81); }

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

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

 a { background-color: rgb(33,38,81); }

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

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

 span { border-color: rgb(33,38,81); }

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