#3B595B

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

Shades of Oracle #3B595B

Tints of Oracle #3B595B

Color information

#3B595B (or 0x3B595B) is unknown color: approx Oracle. HEX triplet: 3B, 59 and 5B. RGB value is (59,89,91). Sum of RGB (Red+Green+Blue) = 59+89+91=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B595B is #C4A6A4. Grayscale: #505050. Windows color (decimal): -12887717 or 5986619. OLE color: 5986619.

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

Color convert

RGB598991-
CMYK0.350.0200.64
HSL183.75º21.33%29.41%-
HSV(B)183.75º35.16%35.69%-
XYZ7.268.8311.22-
YUV80.26134.06112.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.69%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=24.69%
G=37.24%
B=38.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5989910.350.0200.64183.7521.3329.41
Hex3B595B232040b8151d
Octal7313113343201002702535
Binary111011101100110110111000111001000000101110001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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