Html Css Color HEX #415277 Astronaut

📋 copy color: '#415277'

red 65 ◦ green 82 ◦ blue 119

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

Shades of Astronaut #415277

Tints of Astronaut #415277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

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

R = 24.44%
G = 30.83%
B = 44.74%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#415277 (or 0x415277) is known color: Astronaut. HEX triplet: 41, 52 and 77. RGB value is (65,82,119). Sum of RGB (Red+Green+Blue) = 65+82+119=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #415277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415277 is #BEAD88. Grayscale: #505050. Windows color (decimal): -12496265 or 7819841. OLE color: 7819841.

HSL color Cylindrical-coordinate representation of color #415277: hue angle of 221.11º 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 #415277 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 82 119 -
CMYK 0.45 0.31 0 0.53
HSL 221.11º 0.29% 0.36% -
HSV(B) 221.11º 0.45% 0.47% -
XYZ 8.53 8.49 18.64 -
YUV 81.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 65 82 119 0.45 0.31 0 0.53 221.11 0.29 0.36
Hex 41 52 77 2D 1F 0 35 DD 1D 24
Octal 101 122 167 55 37 0 65 335 35 44
Binary 1000001 1010010 1110111 101101 11111 0 110101 11011101 11101 100100

Color Harmonies of #415277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415277

Black with #415277

Text Example


Text Example

White with #415277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415277; }

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

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

background-color css

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

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

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

border-color css

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

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

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