Html Css Color HEX #415378 Astronaut

📋 copy color: '#415378'

red 65 ◦ green 83 ◦ blue 120

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

Shades of Astronaut #415378

Tints of Astronaut #415378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.78%

R = 24.25%
G = 30.97%
B = 44.78%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#415378 (or 0x415378) is known color: Astronaut. HEX triplet: 41, 53 and 78. RGB value is (65,83,120). Sum of RGB (Red+Green+Blue) = 65+83+120=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #415378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415378 is #BEAC87. Grayscale: #515151. Windows color (decimal): -12496008 or 7885633. OLE color: 7885633.

HSL color Cylindrical-coordinate representation of color #415378: hue angle of 220.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #415378 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 83 120 -
CMYK 0.46 0.31 0 0.53
HSL 220.36º 0.3% 0.36% -
HSV(B) 220.36º 0.46% 0.47% -
XYZ 8.66 8.67 18.99 -
YUV 81.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 65 83 120 0.46 0.31 0 0.53 220.36 0.3 0.36
Hex 41 53 78 2E 1F 0 35 DC 1E 24
Octal 101 123 170 56 37 0 65 334 36 44
Binary 1000001 1010011 1111000 101110 11111 0 110101 11011100 11110 100100

Color Harmonies of #415378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415378

Black with #415378

Text Example


Text Example

White with #415378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415378; }

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

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

background-color css

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

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

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

border-color css

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

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

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