#3B6060

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

Shades of Oracle #3B6060

Tints of Oracle #3B6060

Color information

#3B6060 (or 0x3B6060) is unknown color: approx Oracle. HEX triplet: 3B, 60 and 60. RGB value is (59,96,96). Sum of RGB (Red+Green+Blue) = 59+96+96=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #3B6060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6060 is #C49F9F. Grayscale: #545454. Windows color (decimal): -12885920 or 6316091. OLE color: 6316091.

HSL color Cylindrical-coordinate representation of color #3B6060: hue angle of 180º 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 #3B6060 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB599696-
CMYK0.39000.62
HSL180º23.87%30.39%-
HSV(B)180º38.54%37.65%-
XYZ8.110.1412.6-
YUV84.94134.24109.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.51%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 96 (37.89% from 255) = 38.25%
R=23.51%
G=38.25%
B=38.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5996960.39000.6218023.8730.39
Hex3B606027003Eb4181e
Octal731401404700762643036
Binary1110111100000110000010011100111110101101001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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