Html Css Color HEX #435172 Astronaut

📋 copy color: '#435172'

red 67 ◦ green 81 ◦ blue 114

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

Shades of Astronaut #435172

Tints of Astronaut #435172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.92%

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

R = 25.57%
G = 30.92%
B = 43.51%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#435172 (or 0x435172) is known color: Astronaut. HEX triplet: 43, 51 and 72. RGB value is (67,81,114). Sum of RGB (Red+Green+Blue) = 67+81+114=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #435172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435172 is #BCAE8D. Grayscale: #505050. Windows color (decimal): -12365454 or 7491907. OLE color: 7491907.

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

Color convert

RGB 67 81 114 -
CMYK 0.41 0.29 0 0.55
HSL 222.13º 0.26% 0.35% -
HSV(B) 222.13º 0.41% 0.45% -
XYZ 8.29 8.29 17.08 -
YUV 80.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 67 81 114 0.41 0.29 0 0.55 222.13 0.26 0.35
Hex 43 51 72 29 1D 0 37 DE 1A 23
Octal 103 121 162 51 35 0 67 336 32 43
Binary 1000011 1010001 1110010 101001 11101 0 110111 11011110 11010 100011

Color Harmonies of #435172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435172

Black with #435172

Text Example


Text Example

White with #435172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435172; }

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

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

background-color css

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

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

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

border-color css

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

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

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