#3B5659

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

Shades of Oracle #3B5659

Tints of Oracle #3B5659

Color information

#3B5659 (or 0x3B5659) is unknown color: approx Oracle. HEX triplet: 3B, 56 and 59. RGB value is (59,86,89). Sum of RGB (Red+Green+Blue) = 59+86+89=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5659 is #C4A9A6. Grayscale: #4E4E4E. Windows color (decimal): -12888487 or 5854779. OLE color: 5854779.

HSL color Cylindrical-coordinate representation of color #3B5659: hue angle of 186º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B5659 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB598689-
CMYK0.340.0300.65
HSL186º20.27%29.02%-
HSV(B)186º33.71%34.9%-
XYZ6.938.3110.69-
YUV78.27134.05114.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.21%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 89 (35.16% from 255) = 38.03%
R=25.21%
G=36.75%
B=38.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5986890.340.0300.6518620.2729.02
Hex3B5659223041ba141d
Octal7312613142301012722435
Binary111011101011010110011000101101000001101110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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