#3D5253

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

Shades of Oracle #3D5253

Tints of Oracle #3D5253

Color information

#3D5253 (or 0x3D5253) is unknown color: approx Oracle. HEX triplet: 3D, 52 and 53. RGB value is (61,82,83). Sum of RGB (Red+Green+Blue) = 61+82+83=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D5253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5253 is #C2ADAC. Grayscale: #4B4B4B. Windows color (decimal): -12758445 or 5460541. OLE color: 5460541.

HSL color Cylindrical-coordinate representation of color #3D5253: hue angle of 182.73º 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 #3D5253 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB618283-
CMYK0.270.0100.67
HSL182.73º15.28%28.24%-
HSV(B)182.73º26.51%32.55%-
XYZ6.57.659.32-
YUV75.84132.04117.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.99%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 83 (32.81% from 255) = 36.73%
R=26.99%
G=36.28%
B=36.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6182830.270.0100.67182.7315.2828.24
Hex3D52531B1043b7f1c
Octal7512212333101032671734
Binary111101101001010100111101110100001110110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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