Html Css Color HEX #435070 Astronaut

📋 copy color: '#435070'

red 67 ◦ green 80 ◦ blue 112

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

Shades of Astronaut #435070

Tints of Astronaut #435070

RGB

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

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

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

R = 25.87%
G = 30.89%
B = 43.24%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#435070 (or 0x435070) is known color: Astronaut. HEX triplet: 43, 50 and 70. RGB value is (67,80,112). Sum of RGB (Red+Green+Blue) = 67+80+112=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #435070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435070 is #BCAF8F. Grayscale: #4F4F4F. Windows color (decimal): -12365712 or 7360579. OLE color: 7360579.

HSL color Cylindrical-coordinate representation of color #435070: hue angle of 222.67º 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 #435070 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 80 112 -
CMYK 0.40 0.29 0 0.56
HSL 222.67º 0.25% 0.35% -
HSV(B) 222.67º 0.4% 0.44% -
XYZ 8.11 8.1 16.47 -
YUV 79.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 67 80 112 0.40 0.29 0 0.56 222.67 0.25 0.35
Hex 43 50 70 28 1D 0 38 DF 19 23
Octal 103 120 160 50 35 0 70 337 31 43
Binary 1000011 1010000 1110000 101000 11101 0 111000 11011111 11001 100011

Color Harmonies of #435070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435070

Black with #435070

Text Example


Text Example

White with #435070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435070; }

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

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

background-color css

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

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

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

border-color css

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

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

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