Html Css Color HEX #415372 Astronaut

📋 copy color: '#415372'

red 65 ◦ green 83 ◦ blue 114

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

Shades of Astronaut #415372

Tints of Astronaut #415372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.51%

R = 24.81%
G = 31.68%
B = 43.51%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415372 (or 0x415372) is known color: Astronaut. HEX triplet: 41, 53 and 72. RGB value is (65,83,114). Sum of RGB (Red+Green+Blue) = 65+83+114=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #415372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415372 is #BEAC8D. Grayscale: #515151. Windows color (decimal): -12496014 or 7492417. OLE color: 7492417.

HSL color Cylindrical-coordinate representation of color #415372: hue angle of 217.96º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #415372 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 83 114 -
CMYK 0.43 0.27 0 0.55
HSL 217.96º 0.27% 0.35% -
HSV(B) 217.96º 0.43% 0.45% -
XYZ 8.31 8.53 17.13 -
YUV 81.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 65 83 114 0.43 0.27 0 0.55 217.96 0.27 0.35
Hex 41 53 72 2B 1B 0 37 DA 1B 23
Octal 101 123 162 53 33 0 67 332 33 43
Binary 1000001 1010011 1110010 101011 11011 0 110111 11011010 11011 100011

Color Harmonies of #415372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415372

Black with #415372

Text Example


Text Example

White with #415372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415372; }

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

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

background-color css

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

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

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

border-color css

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

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

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