#3D5153

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

Shades of Oracle #3D5153

Tints of Oracle #3D5153

Color information

#3D5153 (or 0x3D5153) is unknown color: approx Oracle. HEX triplet: 3D, 51 and 53. RGB value is (61,81,83). Sum of RGB (Red+Green+Blue) = 61+81+83=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D5153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5153 is #C2AEAC. Grayscale: #4B4B4B. Windows color (decimal): -12758701 or 5460285. OLE color: 5460285.

HSL color Cylindrical-coordinate representation of color #3D5153: hue angle of 185.45º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D5153 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB618183-
CMYK0.270.0200.67
HSL185.45º15.28%28.24%-
HSV(B)185.45º26.51%32.55%-
XYZ6.437.59.29-
YUV75.25132.37117.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.11%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=27.11%
G=36%
B=36.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6181830.270.0200.67185.4515.2828.24
Hex3D51531B2043b9f1c
Octal7512112333201032711734
Binary1111011010001101001111011100100001110111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,81,83); }

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

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

 a { background-color: rgb(61,81,83); }

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

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

 span { border-color: rgb(61,81,83); }

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