#3E595B

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

Shades of Oracle #3E595B

Tints of Oracle #3E595B

Color information

#3E595B (or 0x3E595B) is unknown color: approx Oracle. HEX triplet: 3E, 59 and 5B. RGB value is (62,89,91). Sum of RGB (Red+Green+Blue) = 62+89+91=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E595B is #C1A6A4. Grayscale: #515151. Windows color (decimal): -12691109 or 5986622. OLE color: 5986622.

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

Color convert

RGB628991-
CMYK0.320.0200.64
HSL184.14º18.95%30%-
HSV(B)184.14º31.87%35.69%-
XYZ7.458.9211.23-
YUV81.15133.55114.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.62%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=25.62%
G=36.78%
B=37.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6289910.320.0200.64184.1418.9530
Hex3E595B202040b8131e
Octal7613113340201002702336
Binary111110101100110110111000001001000000101110001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,89,91); }

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

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

 a { background-color: rgb(62,89,91); }

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

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

 span { border-color: rgb(62,89,91); }

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