Html Css Color HEX #3B475B Rhino

📋 copy color: '#3B475B'

red 59 ◦ green 71 ◦ blue 91

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

Shades of Rhino #3B475B

Tints of Rhino #3B475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.18%

R = 26.7%
G = 32.13%
B = 41.18%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3B475B (or 0x3B475B) is known color: Rhino. HEX triplet: 3B, 47 and 5B. RGB value is (59,71,91). Sum of RGB (Red+Green+Blue) = 59+71+91=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B475B is #C4B8A4. Grayscale: #454545. Windows color (decimal): -12892325 or 5982011. OLE color: 5982011.

HSL color Cylindrical-coordinate representation of color #3B475B: hue angle of 217.5º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B475B is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 59 71 91 -
CMYK 0.35 0.22 0 0.64
HSL 217.5º 0.21% 0.29% -
HSV(B) 217.5º 0.35% 0.36% -
XYZ 5.95 6.19 10.78 -
YUV 69.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 59 71 91 0.35 0.22 0 0.64 217.5 0.21 0.29
Hex 3B 47 5B 23 16 0 40 DA 15 1D
Octal 73 107 133 43 26 0 100 332 25 35
Binary 111011 1000111 1011011 100011 10110 0 1000000 11011010 10101 11101

Color Harmonies of #3B475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B475B

Black with #3B475B

Text Example


Text Example

White with #3B475B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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