Html Css Color HEX #435076 Astronaut

📋 copy color: '#435076'

red 67 ◦ green 80 ◦ blue 118

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

Shades of Astronaut #435076

Tints of Astronaut #435076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.53%

R = 25.28%
G = 30.19%
B = 44.53%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#435076 (or 0x435076) is known color: Astronaut. HEX triplet: 43, 50 and 76. RGB value is (67,80,118). Sum of RGB (Red+Green+Blue) = 67+80+118=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #435076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435076 is #BCAF89. Grayscale: #505050. Windows color (decimal): -12365706 or 7753795. OLE color: 7753795.

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

Color convert

RGB 67 80 118 -
CMYK 0.43 0.32 0 0.54
HSL 224.71º 0.28% 0.36% -
HSV(B) 224.71º 0.43% 0.46% -
XYZ 8.45 8.24 18.28 -
YUV 80.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 67 80 118 0.43 0.32 0 0.54 224.71 0.28 0.36
Hex 43 50 76 2B 20 0 36 E1 1C 24
Octal 103 120 166 53 40 0 66 341 34 44
Binary 1000011 1010000 1110110 101011 100000 0 110110 11100001 11100 100100

Color Harmonies of #435076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435076

Black with #435076

Text Example


Text Example

White with #435076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435076; }

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

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

background-color css

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

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

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

border-color css

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

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

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