Html Css Color HEX #415373 Astronaut

📋 copy color: '#415373'

red 65 ◦ green 83 ◦ blue 115

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

Shades of Astronaut #415373

Tints of Astronaut #415373

RGB

 RED value IS 65 (25.78% from 255) = 24.71%

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

 BLUE value IS 115 (45.31% from 255) = 43.73%

R = 24.71%
G = 31.56%
B = 43.73%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415373 (or 0x415373) is known color: Astronaut. HEX triplet: 41, 53 and 73. RGB value is (65,83,115). Sum of RGB (Red+Green+Blue) = 65+83+115=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #415373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415373 is #BEAC8C. Grayscale: #515151. Windows color (decimal): -12496013 or 7557953. OLE color: 7557953.

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

Color convert

RGB 65 83 115 -
CMYK 0.43 0.28 0 0.55
HSL 218.4º 0.28% 0.35% -
HSV(B) 218.4º 0.43% 0.45% -
XYZ 8.37 8.55 17.43 -
YUV 81.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 65 83 115 0.43 0.28 0 0.55 218.4 0.28 0.35
Hex 41 53 73 2B 1C 0 37 DA 1C 23
Octal 101 123 163 53 34 0 67 332 34 43
Binary 1000001 1010011 1110011 101011 11100 0 110111 11011010 11100 100011

Color Harmonies of #415373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415373

Black with #415373

Text Example


Text Example

White with #415373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415373; }

 p { color: rgb(65,83,115); }

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

background-color css

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

 a { background-color: rgb(65,83,115); }

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

border-color css

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

 span { border-color: rgb(65,83,115); }

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