Html Css Color HEX #415370 Astronaut

📋 copy color: '#415370'

red 65 ◦ green 83 ◦ blue 112

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

Shades of Astronaut #415370

Tints of Astronaut #415370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.08%

R = 25%
G = 31.92%
B = 43.08%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#415370 (or 0x415370) is known color: Astronaut. HEX triplet: 41, 53 and 70. RGB value is (65,83,112). Sum of RGB (Red+Green+Blue) = 65+83+112=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #415370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415370 is #BEAC8F. Grayscale: #505050. Windows color (decimal): -12496016 or 7361345. OLE color: 7361345.

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

Color convert

RGB 65 83 112 -
CMYK 0.42 0.26 0 0.56
HSL 217.02º 0.27% 0.35% -
HSV(B) 217.02º 0.42% 0.44% -
XYZ 8.2 8.48 16.53 -
YUV 80.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 65 83 112 0.42 0.26 0 0.56 217.02 0.27 0.35
Hex 41 53 70 2A 1A 0 38 D9 1B 23
Octal 101 123 160 52 32 0 70 331 33 43
Binary 1000001 1010011 1110000 101010 11010 0 111000 11011001 11011 100011

Color Harmonies of #415370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415370

Black with #415370

Text Example


Text Example

White with #415370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415370; }

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

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

background-color css

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

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

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

border-color css

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

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

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