#3D5654

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

Shades of Oracle #3D5654

Tints of Oracle #3D5654

Color information

#3D5654 (or 0x3D5654) is unknown color: approx Oracle. HEX triplet: 3D, 56 and 54. RGB value is (61,86,84). Sum of RGB (Red+Green+Blue) = 61+86+84=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 86 - color contains mainly: green. Hex color #3D5654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5654 is #C2A9AB. Grayscale: #4E4E4E. Windows color (decimal): -12757420 or 5527101. OLE color: 5527101.

HSL color Cylindrical-coordinate representation of color #3D5654: hue angle of 175.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D5654 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB618684-
CMYK0.2900.020.66
HSL175.2º17.01%28.82%-
HSV(B)175.2º29.07%33.73%-
XYZ6.858.299.63-
YUV78.3131.22115.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.41%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=26.41%
G=37.23%
B=36.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6186840.2900.020.66175.217.0128.82
Hex3D56541D0242af111d
Octal7512612435021022572135
Binary11110110101101010100111010101000010101011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,86,84); }

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

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

 a { background-color: rgb(61,86,84); }

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

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

 span { border-color: rgb(61,86,84); }

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