#3B434F

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

Shades of Rhino #3B434F

Tints of Rhino #3B434F

Color information

#3B434F (or 0x3B434F) is unknown color: approx Rhino. HEX triplet: 3B, 43 and 4F. RGB value is (59,67,79). Sum of RGB (Red+Green+Blue) = 59+67+79=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B434F is #C4BCB0. Grayscale: #414141. Windows color (decimal): -12893361 or 5194555. OLE color: 5194555.

HSL color Cylindrical-coordinate representation of color #3B434F: hue angle of 216º 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 #3B434F is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB596779-
CMYK0.250.1500.69
HSL216º14.49%27.06%-
HSV(B)216º25.32%30.98%-
XYZ5.225.518.19-
YUV65.98135.35123.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.78%
GREEN value IS 67 (26.56% from 255) = 32.68%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=28.78%
G=32.68%
B=38.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5967790.250.1500.6921614.4927.06
Hex3B434F19F045d8e1b
Octal73103117311701053301633
Binary111011100001110011111100111110100010111011000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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