Html Css Color HEX #3B3F50 Blue Zodiac

📋 copy color: '#3B3F50'

red 59 ◦ green 63 ◦ blue 80

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

Shades of Blue Zodiac #3B3F50

Tints of Blue Zodiac #3B3F50

RGB

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

 GREEN value IS 63 (25% from 255) = 31.19%

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 29.21%
G = 31.19%
B = 39.6%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B3F50 (or 0x3B3F50) is known color: Blue Zodiac. HEX triplet: 3B, 3F and 50. RGB value is (59,63,80). Sum of RGB (Red+Green+Blue) = 59+63+80=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B3F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3F50 is #C4C0AF. Grayscale: #3F3F3F. Windows color (decimal): -12894384 or 5259067. OLE color: 5259067.

HSL color Cylindrical-coordinate representation of color #3B3F50: hue angle of 228.57º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B3F50 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 63 80 -
CMYK 0.26 0.21 0 0.69
HSL 228.57º 0.15% 0.27% -
HSV(B) 228.57º 0.26% 0.31% -
XYZ 5.03 5.06 8.3 -
YUV 63.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 59 63 80 0.26 0.21 0 0.69 228.57 0.15 0.27
Hex 3B 3F 50 1A 15 0 45 E5 F 1B
Octal 73 77 120 32 25 0 105 345 17 33
Binary 111011 111111 1010000 11010 10101 0 1000101 11100101 1111 11011

Color Harmonies of #3B3F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3F50

Black with #3B3F50

Text Example


Text Example

White with #3B3F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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