Html Css Color HEX #172255 Lucky Point

📋 copy color: '#172255'

red 23 ◦ green 34 ◦ blue 85

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

Shades of Lucky Point #172255

Tints of Lucky Point #172255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 59.86%

R = 16.2%
G = 23.94%
B = 59.86%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#172255 (or 0x172255) is known color: Lucky Point. HEX triplet: 17, 22 and 55. RGB value is (23,34,85). Sum of RGB (Red+Green+Blue) = 23+34+85=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #172255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172255 is #E8DDAA. Grayscale: #242424. Windows color (decimal): -15261099 or 5579287. OLE color: 5579287.

HSL color Cylindrical-coordinate representation of color #172255: hue angle of 229.35º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #172255 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 34 85 -
CMYK 0.73 0.60 0 0.67
HSL 229.35º 0.57% 0.21% -
HSV(B) 229.35º 0.73% 0.33% -
XYZ 2.57 1.98 8.84 -
YUV 36.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 23 34 85 0.73 0.60 0 0.67 229.35 0.57 0.21
Hex 17 22 55 49 3C 0 43 E5 39 15
Octal 27 42 125 111 74 0 103 345 71 25
Binary 10111 100010 1010101 1001001 111100 0 1000011 11100101 111001 10101

Color Harmonies of #172255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172255

Black with #172255

Text Example


Text Example

White with #172255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172255; }

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

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

background-color css

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

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

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

border-color css

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

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

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