Html Css Color HEX #435372 Astronaut

📋 copy color: '#435372'

red 67 ◦ green 83 ◦ blue 114

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

Shades of Astronaut #435372

Tints of Astronaut #435372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

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

R = 25.38%
G = 31.44%
B = 43.18%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#435372 (or 0x435372) is known color: Astronaut. HEX triplet: 43, 53 and 72. RGB value is (67,83,114). Sum of RGB (Red+Green+Blue) = 67+83+114=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #435372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435372 is #BCAC8D. Grayscale: #515151. Windows color (decimal): -12364942 or 7492419. OLE color: 7492419.

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

Color convert

RGB 67 83 114 -
CMYK 0.41 0.27 0 0.55
HSL 219.57º 0.26% 0.35% -
HSV(B) 219.57º 0.41% 0.45% -
XYZ 8.45 8.59 17.13 -
YUV 81.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 67 83 114 0.41 0.27 0 0.55 219.57 0.26 0.35
Hex 43 53 72 29 1B 0 37 DC 1A 23
Octal 103 123 162 51 33 0 67 334 32 43
Binary 1000011 1010011 1110010 101001 11011 0 110111 11011100 11010 100011

Color Harmonies of #435372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435372

Black with #435372

Text Example


Text Example

White with #435372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435372; }

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

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

background-color css

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

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

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

border-color css

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

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

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