#3D5B5D

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

Shades of Oracle #3D5B5D

Tints of Oracle #3D5B5D

Color information

#3D5B5D (or 0x3D5B5D) is unknown color: approx Oracle. HEX triplet: 3D, 5B and 5D. RGB value is (61,91,93). Sum of RGB (Red+Green+Blue) = 61+91+93=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D5B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5B5D is #C2A4A2. Grayscale: #525252. Windows color (decimal): -12756131 or 6118205. OLE color: 6118205.

HSL color Cylindrical-coordinate representation of color #3D5B5D: hue angle of 183.75º 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 #3D5B5D is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB619193-
CMYK0.340.0200.64
HSL183.75º20.78%30.2%-
HSV(B)183.75º34.41%36.47%-
XYZ7.649.2611.74-
YUV82.26134.06112.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.90%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=24.90%
G=37.14%
B=37.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6191930.340.0200.64183.7520.7830.2
Hex3D5B5D222040b8151e
Octal7513313542201002702536
Binary111101101101110111011000101001000000101110001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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