Html Css Color HEX #3B5078 Astronaut

📋 copy color: '#3B5078'

red 59 ◦ green 80 ◦ blue 120

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

Shades of Astronaut #3B5078

Tints of Astronaut #3B5078

RGB

 RED value IS 59 (23.44% from 255) = 22.78%

 GREEN value IS 80 (31.64% from 255) = 30.89%

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

R = 22.78%
G = 30.89%
B = 46.33%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B5078 (or 0x3B5078) is known color: Astronaut. HEX triplet: 3B, 50 and 78. RGB value is (59,80,120). Sum of RGB (Red+Green+Blue) = 59+80+120=259 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.78% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B5078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5078 is #C4AF87. Grayscale: #4E4E4E. Windows color (decimal): -12889992 or 7884859. OLE color: 7884859.

HSL color Cylindrical-coordinate representation of color #3B5078: hue angle of 219.34º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B5078 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 80 120 -
CMYK 0.51 0.33 0 0.53
HSL 219.34º 0.34% 0.35% -
HSV(B) 219.34º 0.51% 0.47% -
XYZ 8.06 8.02 18.89 -
YUV 78.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 59 80 120 0.51 0.33 0 0.53 219.34 0.34 0.35
Hex 3B 50 78 33 21 0 35 DB 22 23
Octal 73 120 170 63 41 0 65 333 42 43
Binary 111011 1010000 1111000 110011 100001 0 110101 11011011 100010 100011

Color Harmonies of #3B5078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5078

Black with #3B5078

Text Example


Text Example

White with #3B5078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B5078; }

 p { color: rgb(59,80,120); }

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

background-color css

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

 a { background-color: rgb(59,80,120); }

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

border-color css

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

 span { border-color: rgb(59,80,120); }

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