Html Css Color HEX #3B5277 Astronaut

📋 copy color: '#3B5277'

red 59 ◦ green 82 ◦ blue 119

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

Shades of Astronaut #3B5277

Tints of Astronaut #3B5277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 22.69%
G = 31.54%
B = 45.77%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B5277 (or 0x3B5277) is known color: Astronaut. HEX triplet: 3B, 52 and 77. RGB value is (59,82,119). Sum of RGB (Red+Green+Blue) = 59+82+119=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B5277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5277 is #C4AD88. Grayscale: #4F4F4F. Windows color (decimal): -12889481 or 7819835. OLE color: 7819835.

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

Color convert

RGB 59 82 119 -
CMYK 0.50 0.31 0 0.53
HSL 217º 0.34% 0.35% -
HSV(B) 217º 0.5% 0.47% -
XYZ 8.15 8.3 18.62 -
YUV 79.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 59 82 119 0.50 0.31 0 0.53 217 0.34 0.35
Hex 3B 52 77 32 1F 0 35 D9 22 23
Octal 73 122 167 62 37 0 65 331 42 43
Binary 111011 1010010 1110111 110010 11111 0 110101 11011001 100010 100011

Color Harmonies of #3B5277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5277

Black with #3B5277

Text Example


Text Example

White with #3B5277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,82,119); }

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

background-color css

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

 a { background-color: rgb(59,82,119); }

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

border-color css

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

 span { border-color: rgb(59,82,119); }

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