#3B444F

Color #3B444F Rhino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rhino #3B444F

Tints of Rhino #3B444F

Color information

#3B444F (or 0x3B444F) is unknown color: approx Rhino. HEX triplet: 3B, 44 and 4F. RGB value is (59,68,79). Sum of RGB (Red+Green+Blue) = 59+68+79=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B444F is #C4BBB0. Grayscale: #424242. Windows color (decimal): -12893105 or 5194811. OLE color: 5194811.

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

Color convert

RGB596879-
CMYK0.250.1400.69
HSL213º14.49%27.06%-
HSV(B)213º25.32%30.98%-
XYZ5.285.638.21-
YUV66.56135.02122.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.64%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=28.64%
G=33.01%
B=38.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5968790.250.1400.6921314.4927.06
Hex3B444F19E045d5e1b
Octal73104117311601053251633
Binary111011100010010011111100111100100010111010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,68,79); }

 H1.HeaderClassName
 {
   color: #3B444F;
 }
 .AnyTagClassName
 {
   color: #3B444F;
 }
</style>
background-color css

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

 a { background-color: rgb(59,68,79); }

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

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

 span { border-color: rgb(59,68,79); }

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