Html Css Color HEX #3B5071 Astronaut

📋 copy color: '#3B5071'

red 59 ◦ green 80 ◦ blue 113

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

Shades of Astronaut #3B5071

Tints of Astronaut #3B5071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.84%

R = 23.41%
G = 31.75%
B = 44.84%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B5071 (or 0x3B5071) is known color: Astronaut. HEX triplet: 3B, 50 and 71. RGB value is (59,80,113). Sum of RGB (Red+Green+Blue) = 59+80+113=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B5071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5071 is #C4AF8E. Grayscale: #4D4D4D. Windows color (decimal): -12889999 or 7426107. OLE color: 7426107.

HSL color Cylindrical-coordinate representation of color #3B5071: hue angle of 216.67º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B5071 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 80 113 -
CMYK 0.48 0.29 0 0.56
HSL 216.67º 0.31% 0.34% -
HSV(B) 216.67º 0.48% 0.44% -
XYZ 7.65 7.86 16.74 -
YUV 77.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 59 80 113 0.48 0.29 0 0.56 216.67 0.31 0.34
Hex 3B 50 71 30 1D 0 38 D9 1F 22
Octal 73 120 161 60 35 0 70 331 37 42
Binary 111011 1010000 1110001 110000 11101 0 111000 11011001 11111 100010

Color Harmonies of #3B5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5071

Black with #3B5071

Text Example


Text Example

White with #3B5071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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