Html Css Color HEX #172231 Blue Charcoal

📋 copy color: '#172231'

red 23 ◦ green 34 ◦ blue 49

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

Shades of Blue Charcoal #172231

Tints of Blue Charcoal #172231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 46.23%

R = 21.7%
G = 32.08%
B = 46.23%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#172231 (or 0x172231) is known color: Blue Charcoal. HEX triplet: 17, 22 and 31. RGB value is (23,34,49). Sum of RGB (Red+Green+Blue) = 23+34+49=106 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.70% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #172231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172231 is #E8DDCE. Grayscale: #202020. Windows color (decimal): -15261135 or 3219991. OLE color: 3219991.

HSL color Cylindrical-coordinate representation of color #172231: hue angle of 214.62º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #172231 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 23 34 49 -
CMYK 0.53 0.31 0 0.81
HSL 214.62º 0.36% 0.14% -
HSV(B) 214.62º 0.53% 0.19% -
XYZ 1.48 1.55 3.13 -
YUV 32.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 23 34 49 0.53 0.31 0 0.81 214.62 0.36 0.14
Hex 17 22 31 35 1F 0 51 D7 24 E
Octal 27 42 61 65 37 0 121 327 44 16
Binary 10111 100010 110001 110101 11111 0 1010001 11010111 100100 1110

Color Harmonies of #172231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172231

Black with #172231

Text Example


Text Example

White with #172231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172231; }

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

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

background-color css

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

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

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

border-color css

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

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

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