Html Css Color HEX #172252 Lucky Point

📋 copy color: '#172252'

red 23 ◦ green 34 ◦ blue 82

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

Shades of Lucky Point #172252

Tints of Lucky Point #172252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 58.99%

R = 16.55%
G = 24.46%
B = 58.99%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#172252 (or 0x172252) is known color: Lucky Point. HEX triplet: 17, 22 and 52. RGB value is (23,34,82). Sum of RGB (Red+Green+Blue) = 23+34+82=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #172252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172252 is #E8DDAD. Grayscale: #232323. Windows color (decimal): -15261102 or 5382679. OLE color: 5382679.

HSL color Cylindrical-coordinate representation of color #172252: hue angle of 228.81º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #172252 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 34 82 -
CMYK 0.72 0.59 0 0.68
HSL 228.81º 0.56% 0.21% -
HSV(B) 228.81º 0.72% 0.32% -
XYZ 2.45 1.94 8.23 -
YUV 36.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 23 34 82 0.72 0.59 0 0.68 228.81 0.56 0.21
Hex 17 22 52 48 3B 0 44 E5 38 15
Octal 27 42 122 110 73 0 104 345 70 25
Binary 10111 100010 1010010 1001000 111011 0 1000100 11100101 111000 10101

Color Harmonies of #172252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172252

Black with #172252

Text Example


Text Example

White with #172252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172252; }

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

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

background-color css

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

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

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

border-color css

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

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

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