Html Css Color HEX #435472 Astronaut

📋 copy color: '#435472'

red 67 ◦ green 84 ◦ blue 114

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

Shades of Astronaut #435472

Tints of Astronaut #435472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.7%

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

R = 25.28%
G = 31.7%
B = 43.02%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#435472 (or 0x435472) is known color: Astronaut. HEX triplet: 43, 54 and 72. RGB value is (67,84,114). Sum of RGB (Red+Green+Blue) = 67+84+114=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #435472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435472 is #BCAB8D. Grayscale: #525252. Windows color (decimal): -12364686 or 7492675. OLE color: 7492675.

HSL color Cylindrical-coordinate representation of color #435472: hue angle of 218.3º 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 #435472 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 84 114 -
CMYK 0.41 0.26 0 0.55
HSL 218.3º 0.26% 0.35% -
HSV(B) 218.3º 0.41% 0.45% -
XYZ 8.52 8.75 17.16 -
YUV 82.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 67 84 114 0.41 0.26 0 0.55 218.3 0.26 0.35
Hex 43 54 72 29 1A 0 37 DA 1A 23
Octal 103 124 162 51 32 0 67 332 32 43
Binary 1000011 1010100 1110010 101001 11010 0 110111 11011010 11010 100011

Color Harmonies of #435472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435472

Black with #435472

Text Example


Text Example

White with #435472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435472; }

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

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

background-color css

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

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

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

border-color css

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

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

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