Html Css Color HEX #415272 Astronaut

📋 copy color: '#415272'

red 65 ◦ green 82 ◦ blue 114

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

Shades of Astronaut #415272

Tints of Astronaut #415272

RGB

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

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

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

R = 24.9%
G = 31.42%
B = 43.68%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415272 (or 0x415272) is known color: Astronaut. HEX triplet: 41, 52 and 72. RGB value is (65,82,114). Sum of RGB (Red+Green+Blue) = 65+82+114=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #415272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415272 is #BEAD8D. Grayscale: #505050. Windows color (decimal): -12496270 or 7492161. OLE color: 7492161.

HSL color Cylindrical-coordinate representation of color #415272: hue angle of 219.18º 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 #415272 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 82 114 -
CMYK 0.43 0.28 0 0.55
HSL 219.18º 0.27% 0.35% -
HSV(B) 219.18º 0.43% 0.45% -
XYZ 8.23 8.37 17.1 -
YUV 80.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 65 82 114 0.43 0.28 0 0.55 219.18 0.27 0.35
Hex 41 52 72 2B 1C 0 37 DB 1B 23
Octal 101 122 162 53 34 0 67 333 33 43
Binary 1000001 1010010 1110010 101011 11100 0 110111 11011011 11011 100011

Color Harmonies of #415272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415272

Black with #415272

Text Example


Text Example

White with #415272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415272; }

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

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

background-color css

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

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

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

border-color css

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

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

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