#3D4552

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

Shades of Rhino #3D4552

Tints of Rhino #3D4552

Color information

#3D4552 (or 0x3D4552) is unknown color: approx Rhino. HEX triplet: 3D, 45 and 52. RGB value is (61,69,82). Sum of RGB (Red+Green+Blue) = 61+69+82=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #3D4552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4552 is #C2BAAD. Grayscale: #444444. Windows color (decimal): -12761774 or 5391677. OLE color: 5391677.

HSL color Cylindrical-coordinate representation of color #3D4552: hue angle of 217.14º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D4552 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB616982-
CMYK0.260.1600.68
HSL217.14º14.69%28.04%-
HSV(B)217.14º25.61%32.16%-
XYZ5.585.868.82-
YUV68.09135.85122.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.77%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=28.77%
G=32.55%
B=38.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6169820.260.1600.68217.1414.6928.04
Hex3D45521A10044d9f1c
Octal75105122322001043311734
Binary1111011000101101001011010100000100010011011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,69,82); }

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

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

 a { background-color: rgb(61,69,82); }

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

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

 span { border-color: rgb(61,69,82); }

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