#3D5C5D

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

Shades of Oracle #3D5C5D

Tints of Oracle #3D5C5D

Color information

#3D5C5D (or 0x3D5C5D) is unknown color: approx Oracle. HEX triplet: 3D, 5C and 5D. RGB value is (61,92,93). Sum of RGB (Red+Green+Blue) = 61+92+93=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D5C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5C5D is #C2A3A2. Grayscale: #525252. Windows color (decimal): -12755875 or 6118461. OLE color: 6118461.

HSL color Cylindrical-coordinate representation of color #3D5C5D: hue angle of 181.88º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D5C5D is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB619293-
CMYK0.340.0100.64
HSL181.88º20.78%30.2%-
HSV(B)181.88º34.41%36.47%-
XYZ7.739.4411.77-
YUV82.84133.73112.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=24.80%
G=37.40%
B=37.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6192930.340.0100.64181.8820.7830.2
Hex3D5C5D221040b6151e
Octal7513413542101002662536
Binary11110110111001011101100010101000000101101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,92,93); }

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

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

 a { background-color: rgb(61,92,93); }

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

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

 span { border-color: rgb(61,92,93); }

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