#3B6661

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

Shades of Oracle #3B6661

Tints of Oracle #3B6661

Color information

#3B6661 (or 0x3B6661) is unknown color: approx Oracle. HEX triplet: 3B, 66 and 61. RGB value is (59,102,97). Sum of RGB (Red+Green+Blue) = 59+102+97=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #3B6661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6661 is #C4999E. Grayscale: #585858. Windows color (decimal): -12884383 or 6383163. OLE color: 6383163.

HSL color Cylindrical-coordinate representation of color #3B6661: hue angle of 173.02º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B6661 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB5910297-
CMYK0.4200.050.6
HSL173.02º26.71%31.57%-
HSV(B)173.02º42.16%40%-
XYZ8.7111.313.03-
YUV88.57132.75106.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.87%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=22.87%
G=39.53%
B=37.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal59102970.4200.050.6173.0226.7131.57
Hex3B66612A053Cad1b20
Octal731461415205742553340
Binary1110111100110110000110101001011111001010110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,102,97); }

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

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

 a { background-color: rgb(59,102,97); }

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

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

 span { border-color: rgb(59,102,97); }

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