Html Css Color HEX #435170 Astronaut

📋 copy color: '#435170'

red 67 ◦ green 81 ◦ blue 112

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

Shades of Astronaut #435170

Tints of Astronaut #435170

RGB

 RED value IS 67 (26.56% from 255) = 25.77%

 GREEN value IS 81 (32.03% from 255) = 31.15%

 BLUE value IS 112 (44.14% from 255) = 43.08%

R = 25.77%
G = 31.15%
B = 43.08%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#435170 (or 0x435170) is known color: Astronaut. HEX triplet: 43, 51 and 70. RGB value is (67,81,112). Sum of RGB (Red+Green+Blue) = 67+81+112=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #435170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435170 is #BCAE8F. Grayscale: #505050. Windows color (decimal): -12365456 or 7360835. OLE color: 7360835.

HSL color Cylindrical-coordinate representation of color #435170: hue angle of 221.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #435170 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 81 112 -
CMYK 0.40 0.28 0 0.56
HSL 221.33º 0.25% 0.35% -
HSV(B) 221.33º 0.4% 0.44% -
XYZ 8.18 8.25 16.49 -
YUV 80.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 67 81 112 0.40 0.28 0 0.56 221.33 0.25 0.35
Hex 43 51 70 28 1C 0 38 DD 19 23
Octal 103 121 160 50 34 0 70 335 31 43
Binary 1000011 1010001 1110000 101000 11100 0 111000 11011101 11001 100011

Color Harmonies of #435170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435170

Black with #435170

Text Example


Text Example

White with #435170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435170; }

 p { color: rgb(67,81,112); }

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

background-color css

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

 a { background-color: rgb(67,81,112); }

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

border-color css

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

 span { border-color: rgb(67,81,112); }

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