Html Css Color HEX #3B4B77 Astronaut

📋 copy color: '#3B4B77'

red 59 ◦ green 75 ◦ blue 119

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

Shades of Astronaut #3B4B77

Tints of Astronaut #3B4B77

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.64%

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

R = 23.32%
G = 29.64%
B = 47.04%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B4B77 (or 0x3B4B77) is known color: Astronaut. HEX triplet: 3B, 4B and 77. RGB value is (59,75,119). Sum of RGB (Red+Green+Blue) = 59+75+119=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B4B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4B77 is #C4B488. Grayscale: #4B4B4B. Windows color (decimal): -12891273 or 7818043. OLE color: 7818043.

HSL color Cylindrical-coordinate representation of color #3B4B77: hue angle of 224º 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 #3B4B77 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 75 119 -
CMYK 0.50 0.37 0 0.53
HSL 224º 0.34% 0.35% -
HSV(B) 224º 0.5% 0.47% -
XYZ 7.65 7.29 18.46 -
YUV 75.23 152.7 116.42 -
System Red Green Blue C M Y K H S L
Decimal 59 75 119 0.50 0.37 0 0.53 224 0.34 0.35
Hex 3B 4B 77 32 25 0 35 E0 22 23
Octal 73 113 167 62 45 0 65 340 42 43
Binary 111011 1001011 1110111 110010 100101 0 110101 11100000 100010 100011

Color Harmonies of #3B4B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4B77

Black with #3B4B77

Text Example


Text Example

White with #3B4B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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