Html Css Color HEX #174355 Astronaut Blue

📋 copy color: '#174355'

red 23 ◦ green 67 ◦ blue 85

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

Shades of Astronaut Blue #174355

Tints of Astronaut Blue #174355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.29%

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

R = 13.14%
G = 38.29%
B = 48.57%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#174355 (or 0x174355) is known color: Astronaut Blue. HEX triplet: 17, 43 and 55. RGB value is (23,67,85). Sum of RGB (Red+Green+Blue) = 23+67+85=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #174355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174355 is #E8BCAA. Grayscale: #373737. Windows color (decimal): -15252651 or 5587735. OLE color: 5587735.

HSL color Cylindrical-coordinate representation of color #174355: hue angle of 197.42º 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 #174355 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 67 85 -
CMYK 0.73 0.21 0 0.67
HSL 197.42º 0.57% 0.21% -
HSV(B) 197.42º 0.73% 0.33% -
XYZ 4 4.85 9.32 -
YUV 55.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 23 67 85 0.73 0.21 0 0.67 197.42 0.57 0.21
Hex 17 43 55 49 15 0 43 C5 39 15
Octal 27 103 125 111 25 0 103 305 71 25
Binary 10111 1000011 1010101 1001001 10101 0 1000011 11000101 111001 10101

Color Harmonies of #174355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174355

Black with #174355

Text Example


Text Example

White with #174355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174355; }

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

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

background-color css

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

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

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

border-color css

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

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

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