#3B605F

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

Shades of Oracle #3B605F

Tints of Oracle #3B605F

Color information

#3B605F (or 0x3B605F) is unknown color: approx Oracle. HEX triplet: 3B, 60 and 5F. RGB value is (59,96,95). Sum of RGB (Red+Green+Blue) = 59+96+95=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #3B605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B605F is #C49FA0. Grayscale: #545454. Windows color (decimal): -12885921 or 6250555. OLE color: 6250555.

HSL color Cylindrical-coordinate representation of color #3B605F: hue angle of 178.38º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B605F is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB599695-
CMYK0.3900.010.62
HSL178.38º23.87%30.39%-
HSV(B)178.38º38.54%37.65%-
XYZ8.0510.1212.36-
YUV84.82133.74109.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.6%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 95 (37.5% from 255) = 38%
R=23.6%
G=38.4%
B=38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5996950.3900.010.62178.3823.8730.39
Hex3B605F27013Eb2181e
Octal731401374701762623036
Binary1110111100000101111110011101111110101100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,96,95); }

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

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

 a { background-color: rgb(59,96,95); }

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

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

 span { border-color: rgb(59,96,95); }

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