Html Css Color HEX #3B475E Blue Zodiac

📋 copy color: '#3B475E'

red 59 ◦ green 71 ◦ blue 94

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

Shades of Blue Zodiac #3B475E

Tints of Blue Zodiac #3B475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

 BLUE value IS 94 (37.11% from 255) = 41.96%

R = 26.34%
G = 31.7%
B = 41.96%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3B475E (or 0x3B475E) is known color: Blue Zodiac. HEX triplet: 3B, 47 and 5E. RGB value is (59,71,94). Sum of RGB (Red+Green+Blue) = 59+71+94=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B475E is #C4B8A1. Grayscale: #454545. Windows color (decimal): -12892322 or 6178619. OLE color: 6178619.

HSL color Cylindrical-coordinate representation of color #3B475E: hue angle of 219.43º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B475E is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 59 71 94 -
CMYK 0.37 0.24 0 0.63
HSL 219.43º 0.23% 0.3% -
HSV(B) 219.43º 0.37% 0.37% -
XYZ 6.08 6.24 11.47 -
YUV 70.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 59 71 94 0.37 0.24 0 0.63 219.43 0.23 0.3
Hex 3B 47 5E 25 18 0 3F DB 17 1E
Octal 73 107 136 45 30 0 77 333 27 36
Binary 111011 1000111 1011110 100101 11000 0 111111 11011011 10111 11110

Color Harmonies of #3B475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B475E

Black with #3B475E

Text Example


Text Example

White with #3B475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,71,94); }

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

background-color css

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

 a { background-color: rgb(59,71,94); }

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

border-color css

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

 span { border-color: rgb(59,71,94); }

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