Html Css Color HEX #435071 Astronaut

📋 copy color: '#435071'

red 67 ◦ green 80 ◦ blue 113

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

Shades of Astronaut #435071

Tints of Astronaut #435071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

 BLUE value IS 113 (44.53% from 255) = 43.46%

R = 25.77%
G = 30.77%
B = 43.46%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#435071 (or 0x435071) is known color: Astronaut. HEX triplet: 43, 50 and 71. RGB value is (67,80,113). Sum of RGB (Red+Green+Blue) = 67+80+113=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #435071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435071 is #BCAF8E. Grayscale: #4F4F4F. Windows color (decimal): -12365711 or 7426115. OLE color: 7426115.

HSL color Cylindrical-coordinate representation of color #435071: hue angle of 223.04º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #435071 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 80 113 -
CMYK 0.41 0.29 0 0.56
HSL 223.04º 0.26% 0.35% -
HSV(B) 223.04º 0.41% 0.44% -
XYZ 8.16 8.12 16.76 -
YUV 79.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 67 80 113 0.41 0.29 0 0.56 223.04 0.26 0.35
Hex 43 50 71 29 1D 0 38 DF 1A 23
Octal 103 120 161 51 35 0 70 337 32 43
Binary 1000011 1010000 1110001 101001 11101 0 111000 11011111 11010 100011

Color Harmonies of #435071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435071

Black with #435071

Text Example


Text Example

White with #435071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435071; }

 p { color: rgb(67,80,113); }

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

background-color css

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

 a { background-color: rgb(67,80,113); }

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

border-color css

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

 span { border-color: rgb(67,80,113); }

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