Html Css Color HEX #17224F Lucky Point

📋 copy color: '#17224F'

red 23 ◦ green 34 ◦ blue 79

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

Shades of Lucky Point #17224F

Tints of Lucky Point #17224F

RGB

 RED value IS 23 (9.38% from 255) = 16.91%

 GREEN value IS 34 (13.67% from 255) = 25%

 BLUE value IS 79 (31.25% from 255) = 58.09%

R = 16.91%
G = 25%
B = 58.09%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#17224F (or 0x17224F) is known color: Lucky Point. HEX triplet: 17, 22 and 4F. RGB value is (23,34,79). Sum of RGB (Red+Green+Blue) = 23+34+79=136 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.91% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #17224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17224F is #E8DDB0. Grayscale: #232323. Windows color (decimal): -15261105 or 5186071. OLE color: 5186071.

HSL color Cylindrical-coordinate representation of color #17224F: hue angle of 228.21º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #17224F is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 34 79 -
CMYK 0.71 0.57 0 0.69
HSL 228.21º 0.55% 0.2% -
HSV(B) 228.21º 0.71% 0.31% -
XYZ 2.34 1.89 7.64 -
YUV 35.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 23 34 79 0.71 0.57 0 0.69 228.21 0.55 0.2
Hex 17 22 4F 47 39 0 45 E4 37 14
Octal 27 42 117 107 71 0 105 344 67 24
Binary 10111 100010 1001111 1000111 111001 0 1000101 11100100 110111 10100

Color Harmonies of #17224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17224F

Black with #17224F

Text Example


Text Example

White with #17224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17224F; }

 p { color: rgb(23,34,79); }

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

background-color css

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

 a { background-color: rgb(23,34,79); }

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

border-color css

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

 span { border-color: rgb(23,34,79); }

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