Html Css Color HEX #415271 Astronaut

📋 copy color: '#415271'

red 65 ◦ green 82 ◦ blue 113

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

Shades of Astronaut #415271

Tints of Astronaut #415271

RGB

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

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

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

R = 25%
G = 31.54%
B = 43.46%

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

#415271 (or 0x415271) is known color: Astronaut. HEX triplet: 41, 52 and 71. RGB value is (65,82,113). Sum of RGB (Red+Green+Blue) = 65+82+113=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #415271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415271 is #BEAD8E. Grayscale: #505050. Windows color (decimal): -12496271 or 7426625. OLE color: 7426625.

HSL color Cylindrical-coordinate representation of color #415271: hue angle of 218.75º 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 #415271 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 82 113 -
CMYK 0.42 0.27 0 0.56
HSL 218.75º 0.27% 0.35% -
HSV(B) 218.75º 0.42% 0.44% -
XYZ 8.18 8.35 16.8 -
YUV 80.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 65 82 113 0.42 0.27 0 0.56 218.75 0.27 0.35
Hex 41 52 71 2A 1B 0 38 DB 1B 23
Octal 101 122 161 52 33 0 70 333 33 43
Binary 1000001 1010010 1110001 101010 11011 0 111000 11011011 11011 100011

Color Harmonies of #415271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415271

Black with #415271

Text Example


Text Example

White with #415271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415271; }

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

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

background-color css

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

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

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

border-color css

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

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

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