#212B5B

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

Shades of Lucky Point #212B5B

Tints of Lucky Point #212B5B

Color information

#212B5B (or 0x212B5B) is unknown color: approx Lucky Point. HEX triplet: 21, 2B and 5B. RGB value is (33,43,91). Sum of RGB (Red+Green+Blue) = 33+43+91=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #212B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B5B is #DED4A4. Grayscale: #2D2D2D. Windows color (decimal): -14603429 or 5974817. OLE color: 5974817.

HSL color Cylindrical-coordinate representation of color #212B5B: hue angle of 229.66º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #212B5B is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB334391-
CMYK0.640.5300.64
HSL229.66º46.77%24.31%-
HSV(B)229.66º63.74%35.69%-
XYZ3.382.8110.26-
YUV45.48153.69119.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 43 (17.19% from 255) = 25.75%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=19.76%
G=25.75%
B=54.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3343910.640.5300.64229.6646.7724.31
Hex212B5B4035040e62f18
Octal41531331006501003465730
Binary10000110101110110111000000110101010000001110011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,43,91); }

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

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

 a { background-color: rgb(33,43,91); }

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

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

 span { border-color: rgb(33,43,91); }

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