#22254B

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

Shades of Lucky Point #22254B

Tints of Lucky Point #22254B

Color information

#22254B (or 0x22254B) is unknown color: approx Lucky Point. HEX triplet: 22, 25 and 4B. RGB value is (34,37,75). Sum of RGB (Red+Green+Blue) = 34+37+75=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #22254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22254B is #DDDAB4. Grayscale: #282828. Windows color (decimal): -14539445 or 4924706. OLE color: 4924706.

HSL color Cylindrical-coordinate representation of color #22254B: hue angle of 235.61º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #22254B is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB343775-
CMYK0.550.5100.71
HSL235.61º37.61%21.37%-
HSV(B)235.61º54.67%29.41%-
XYZ2.592.176.94-
YUV40.44147.51123.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.29%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=23.29%
G=25.34%
B=51.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3437750.550.5100.71235.6137.6121.37
Hex22254B3733047ec2615
Octal4245113676301073544625
Binary1000101001011001011110111110011010001111110110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22254B; }

 p { color: rgb(34,37,75); }

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

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

 a { background-color: rgb(34,37,75); }

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

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

 span { border-color: rgb(34,37,75); }

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