#222B51

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

Shades of Lucky Point #222B51

Tints of Lucky Point #222B51

Color information

#222B51 (or 0x222B51) is unknown color: approx Lucky Point. HEX triplet: 22, 2B and 51. RGB value is (34,43,81). Sum of RGB (Red+Green+Blue) = 34+43+81=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #222B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B51 is #DDD4AE. Grayscale: #2C2C2C. Windows color (decimal): -14537903 or 5319458. OLE color: 5319458.

HSL color Cylindrical-coordinate representation of color #222B51: hue angle of 228.51º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #222B51 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB344381-
CMYK0.580.4700.68
HSL228.51º40.87%22.55%-
HSV(B)228.51º58.02%31.76%-
XYZ3.012.668.14-
YUV44.64148.52120.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.52%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 81 (32.03% from 255) = 51.27%
R=21.52%
G=27.22%
B=51.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3443810.580.4700.68228.5140.8722.55
Hex222B513A2F044e52917
Octal4253121725701043455127
Binary1000101010111010001111010101111010001001110010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222B51; }

 p { color: rgb(34,43,81); }

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

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

 a { background-color: rgb(34,43,81); }

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

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

 span { border-color: rgb(34,43,81); }

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