Html Css Color HEX #415371 Astronaut

📋 copy color: '#415371'

red 65 ◦ green 83 ◦ blue 113

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

Shades of Astronaut #415371

Tints of Astronaut #415371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 24.9%
G = 31.8%
B = 43.3%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#415371 (or 0x415371) is known color: Astronaut. HEX triplet: 41, 53 and 71. RGB value is (65,83,113). Sum of RGB (Red+Green+Blue) = 65+83+113=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #415371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415371 is #BEAC8E. Grayscale: #505050. Windows color (decimal): -12496015 or 7426881. OLE color: 7426881.

HSL color Cylindrical-coordinate representation of color #415371: hue angle of 217.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #415371 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 83 113 -
CMYK 0.42 0.27 0 0.56
HSL 217.5º 0.27% 0.35% -
HSV(B) 217.5º 0.42% 0.44% -
XYZ 8.25 8.5 16.83 -
YUV 81.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 65 83 113 0.42 0.27 0 0.56 217.5 0.27 0.35
Hex 41 53 71 2A 1B 0 38 DA 1B 23
Octal 101 123 161 52 33 0 70 332 33 43
Binary 1000001 1010011 1110001 101010 11011 0 111000 11011010 11011 100011

Color Harmonies of #415371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415371

Black with #415371

Text Example


Text Example

White with #415371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415371; }

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

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

background-color css

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

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

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

border-color css

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

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

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