Html Css Color HEX #222949 Lucky Point

📋 copy color: '#222949'

red 34 ◦ green 41 ◦ blue 73

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

Shades of Lucky Point #222949

Tints of Lucky Point #222949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.7%

 BLUE value IS 73 (28.91% from 255) = 49.32%

R = 22.97%
G = 27.7%
B = 49.32%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#222949 (or 0x222949) is known color: Lucky Point. HEX triplet: 22, 29 and 49. RGB value is (34,41,73). Sum of RGB (Red+Green+Blue) = 34+41+73=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #222949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222949 is #DDD6B6. Grayscale: #2A2A2A. Windows color (decimal): -14538423 or 4794658. OLE color: 4794658.

HSL color Cylindrical-coordinate representation of color #222949: hue angle of 229.23º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #222949 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 41 73 -
CMYK 0.53 0.44 0 0.71
HSL 229.23º 0.36% 0.21% -
HSV(B) 229.23º 0.53% 0.29% -
XYZ 2.66 2.41 6.63 -
YUV 42.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 34 41 73 0.53 0.44 0 0.71 229.23 0.36 0.21
Hex 22 29 49 35 2C 0 47 E5 24 15
Octal 42 51 111 65 54 0 107 345 44 25
Binary 100010 101001 1001001 110101 101100 0 1000111 11100101 100100 10101

Color Harmonies of #222949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222949

Black with #222949

Text Example


Text Example

White with #222949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222949; }

 p { color: rgb(34,41,73); }

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

background-color css

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

 a { background-color: rgb(34,41,73); }

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

border-color css

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

 span { border-color: rgb(34,41,73); }

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