Html Css Color HEX #222A59 Lucky Point

📋 copy color: '#222A59'

red 34 ◦ green 42 ◦ blue 89

#222A59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #222A59

Tints of Lucky Point #222A59

RGB

 RED value IS 34 (13.67% from 255) = 20.61%

 GREEN value IS 42 (16.8% from 255) = 25.45%

 BLUE value IS 89 (35.16% from 255) = 53.94%

R = 20.61%
G = 25.45%
B = 53.94%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#222A59 (or 0x222A59) is known color: Lucky Point. HEX triplet: 22, 2A and 59. RGB value is (34,42,89). Sum of RGB (Red+Green+Blue) = 34+42+89=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #222A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222A59 is #DDD5A6. Grayscale: #2C2C2C. Windows color (decimal): -14538151 or 5843490. OLE color: 5843490.

HSL color Cylindrical-coordinate representation of color #222A59: hue angle of 231.27º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #222A59 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 42 89 -
CMYK 0.62 0.53 0 0.65
HSL 231.27º 0.45% 0.24% -
HSV(B) 231.27º 0.62% 0.35% -
XYZ 3.29 2.72 9.8 -
YUV 44.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 34 42 89 0.62 0.53 0 0.65 231.27 0.45 0.24
Hex 22 2A 59 3E 35 0 41 E7 2D 18
Octal 42 52 131 76 65 0 101 347 55 30
Binary 100010 101010 1011001 111110 110101 0 1000001 11100111 101101 11000

Color Harmonies of #222A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222A59

Black with #222A59

Text Example


Text Example

White with #222A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,42,89); }

 H1.HeaderClassName
 {
   color: #222A59;
 }
 .AnyTagClassName
 {
   color: #222A59;
 }
</style>

background-color css

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

 a { background-color: rgb(34,42,89); }

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

border-color css

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

 span { border-color: rgb(34,42,89); }

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