Html Css Color HEX #435374 Astronaut

📋 copy color: '#435374'

red 67 ◦ green 83 ◦ blue 116

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

Shades of Astronaut #435374

Tints of Astronaut #435374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 25.19%
G = 31.2%
B = 43.61%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#435374 (or 0x435374) is known color: Astronaut. HEX triplet: 43, 53 and 74. RGB value is (67,83,116). Sum of RGB (Red+Green+Blue) = 67+83+116=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #435374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435374 is #BCAC8B. Grayscale: #515151. Windows color (decimal): -12364940 or 7623491. OLE color: 7623491.

HSL color Cylindrical-coordinate representation of color #435374: hue angle of 220.41º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #435374 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 83 116 -
CMYK 0.42 0.28 0 0.55
HSL 220.41º 0.27% 0.36% -
HSV(B) 220.41º 0.42% 0.45% -
XYZ 8.56 8.64 17.74 -
YUV 81.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 67 83 116 0.42 0.28 0 0.55 220.41 0.27 0.36
Hex 43 53 74 2A 1C 0 37 DC 1B 24
Octal 103 123 164 52 34 0 67 334 33 44
Binary 1000011 1010011 1110100 101010 11100 0 110111 11011100 11011 100100

Color Harmonies of #435374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435374

Black with #435374

Text Example


Text Example

White with #435374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435374; }

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

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

background-color css

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

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

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

border-color css

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

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

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