Html Css Color HEX #435377 Astronaut

📋 copy color: '#435377'

red 67 ◦ green 83 ◦ blue 119

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

Shades of Astronaut #435377

Tints of Astronaut #435377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.24%

R = 24.91%
G = 30.86%
B = 44.24%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#435377 (or 0x435377) is known color: Astronaut. HEX triplet: 43, 53 and 77. RGB value is (67,83,119). Sum of RGB (Red+Green+Blue) = 67+83+119=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #435377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435377 is #BCAC88. Grayscale: #525252. Windows color (decimal): -12364937 or 7820099. OLE color: 7820099.

HSL color Cylindrical-coordinate representation of color #435377: hue angle of 221.54º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #435377 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 83 119 -
CMYK 0.44 0.30 0 0.53
HSL 221.54º 0.28% 0.36% -
HSV(B) 221.54º 0.44% 0.47% -
XYZ 8.74 8.71 18.67 -
YUV 82.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 67 83 119 0.44 0.30 0 0.53 221.54 0.28 0.36
Hex 43 53 77 2C 1E 0 35 DE 1C 24
Octal 103 123 167 54 36 0 65 336 34 44
Binary 1000011 1010011 1110111 101100 11110 0 110101 11011110 11100 100100

Color Harmonies of #435377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435377

Black with #435377

Text Example


Text Example

White with #435377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435377; }

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

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

background-color css

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

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

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

border-color css

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

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

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