#3E6060

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

Shades of Oracle #3E6060

Tints of Oracle #3E6060

Color information

#3E6060 (or 0x3E6060) is unknown color: approx Oracle. HEX triplet: 3E, 60 and 60. RGB value is (62,96,96). Sum of RGB (Red+Green+Blue) = 62+96+96=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #3E6060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6060 is #C19F9F. Grayscale: #555555. Windows color (decimal): -12689312 or 6316094. OLE color: 6316094.

HSL color Cylindrical-coordinate representation of color #3E6060: hue angle of 180º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E6060 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB629696-
CMYK0.35000.62
HSL180º21.52%30.98%-
HSV(B)180º35.42%37.65%-
XYZ8.2810.2312.61-
YUV85.83133.74111-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.41%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=24.41%
G=37.80%
B=37.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6296960.35000.6218021.5230.98
Hex3E606023003Eb4161f
Octal761401404300762642637
Binary1111101100000110000010001100111110101101001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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