Html Css Color HEX #445375 Astronaut

📋 copy color: '#445375'

red 68 ◦ green 83 ◦ blue 117

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

Shades of Astronaut #445375

Tints of Astronaut #445375

RGB

 RED value IS 68 (26.95% from 255) = 25.37%

 GREEN value IS 83 (32.81% from 255) = 30.97%

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 25.37%
G = 30.97%
B = 43.66%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#445375 (or 0x445375) is known color: Astronaut. HEX triplet: 44, 53 and 75. RGB value is (68,83,117). Sum of RGB (Red+Green+Blue) = 68+83+117=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #445375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445375 is #BBAC8A. Grayscale: #525252. Windows color (decimal): -12299403 or 7689028. OLE color: 7689028.

HSL color Cylindrical-coordinate representation of color #445375: hue angle of 221.63º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445375 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 83 117 -
CMYK 0.42 0.29 0 0.54
HSL 221.63º 0.26% 0.36% -
HSV(B) 221.63º 0.42% 0.46% -
XYZ 8.69 8.7 18.05 -
YUV 82.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 68 83 117 0.42 0.29 0 0.54 221.63 0.26 0.36
Hex 44 53 75 2A 1D 0 36 DE 1A 24
Octal 104 123 165 52 35 0 66 336 32 44
Binary 1000100 1010011 1110101 101010 11101 0 110110 11011110 11010 100100

Color Harmonies of #445375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445375

Black with #445375

Text Example


Text Example

White with #445375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445375; }

 p { color: rgb(68,83,117); }

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

background-color css

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

 a { background-color: rgb(68,83,117); }

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

border-color css

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

 span { border-color: rgb(68,83,117); }

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