Html Css Color HEX #435072 Astronaut

📋 copy color: '#435072'

red 67 ◦ green 80 ◦ blue 114

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

Shades of Astronaut #435072

Tints of Astronaut #435072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.68%

R = 25.67%
G = 30.65%
B = 43.68%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#435072 (or 0x435072) is known color: Astronaut. HEX triplet: 43, 50 and 72. RGB value is (67,80,114). Sum of RGB (Red+Green+Blue) = 67+80+114=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #435072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435072 is #BCAF8D. Grayscale: #4F4F4F. Windows color (decimal): -12365710 or 7491651. OLE color: 7491651.

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

Color convert

RGB 67 80 114 -
CMYK 0.41 0.30 0 0.55
HSL 223.4º 0.26% 0.35% -
HSV(B) 223.4º 0.41% 0.45% -
XYZ 8.22 8.15 17.06 -
YUV 79.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 67 80 114 0.41 0.30 0 0.55 223.4 0.26 0.35
Hex 43 50 72 29 1E 0 37 DF 1A 23
Octal 103 120 162 51 36 0 67 337 32 43
Binary 1000011 1010000 1110010 101001 11110 0 110111 11011111 11010 100011

Color Harmonies of #435072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435072

Black with #435072

Text Example


Text Example

White with #435072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435072; }

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

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

background-color css

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

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

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

border-color css

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

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

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