Html Css Color HEX #415275 Astronaut

📋 copy color: '#415275'

red 65 ◦ green 82 ◦ blue 117

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

Shades of Astronaut #415275

Tints of Astronaut #415275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 24.62%
G = 31.06%
B = 44.32%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#415275 (or 0x415275) is known color: Astronaut. HEX triplet: 41, 52 and 75. RGB value is (65,82,117). Sum of RGB (Red+Green+Blue) = 65+82+117=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #415275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415275 is #BEAD8A. Grayscale: #505050. Windows color (decimal): -12496267 or 7688769. OLE color: 7688769.

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

Color convert

RGB 65 82 117 -
CMYK 0.44 0.30 0 0.54
HSL 220.38º 0.29% 0.36% -
HSV(B) 220.38º 0.44% 0.46% -
XYZ 8.41 8.44 18.02 -
YUV 80.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 65 82 117 0.44 0.30 0 0.54 220.38 0.29 0.36
Hex 41 52 75 2C 1E 0 36 DC 1D 24
Octal 101 122 165 54 36 0 66 334 35 44
Binary 1000001 1010010 1110101 101100 11110 0 110110 11011100 11101 100100

Color Harmonies of #415275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415275

Black with #415275

Text Example


Text Example

White with #415275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415275; }

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

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

background-color css

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

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

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

border-color css

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

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

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