Html Css Color HEX #415377 Astronaut

📋 copy color: '#415377'

red 65 ◦ green 83 ◦ blue 119

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

Shades of Astronaut #415377

Tints of Astronaut #415377

RGB

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

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

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

R = 24.34%
G = 31.09%
B = 44.57%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#415377 (or 0x415377) is known color: Astronaut. HEX triplet: 41, 53 and 77. RGB value is (65,83,119). Sum of RGB (Red+Green+Blue) = 65+83+119=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #415377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415377 is #BEAC88. Grayscale: #515151. Windows color (decimal): -12496009 or 7820097. OLE color: 7820097.

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

Color convert

RGB 65 83 119 -
CMYK 0.45 0.30 0 0.53
HSL 220º 0.29% 0.36% -
HSV(B) 220º 0.45% 0.47% -
XYZ 8.6 8.64 18.67 -
YUV 81.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 65 83 119 0.45 0.30 0 0.53 220 0.29 0.36
Hex 41 53 77 2D 1E 0 35 DC 1D 24
Octal 101 123 167 55 36 0 65 334 35 44
Binary 1000001 1010011 1110111 101101 11110 0 110101 11011100 11101 100100

Color Harmonies of #415377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415377

Black with #415377

Text Example


Text Example

White with #415377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415377; }

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

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

background-color css

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

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

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

border-color css

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

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

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