#3B6262

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

Shades of Oracle #3B6262

Tints of Oracle #3B6262

Color information

#3B6262 (or 0x3B6262) is unknown color: approx Oracle. HEX triplet: 3B, 62 and 62. RGB value is (59,98,98). Sum of RGB (Red+Green+Blue) = 59+98+98=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #3B6262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6262 is #C49D9D. Grayscale: #565656. Windows color (decimal): -12885406 or 6447675. OLE color: 6447675.

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

Color convert

RGB599898-
CMYK0.40000.62
HSL180º24.84%30.78%-
HSV(B)180º39.8%38.43%-
XYZ8.3810.5513.15-
YUV86.34134.58108.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.14%
GREEN value IS 98 (38.67% from 255) = 38.43%
BLUE value IS 98 (38.67% from 255) = 38.43%
R=23.14%
G=38.43%
B=38.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5998980.40000.6218024.8430.78
Hex3B626228003Eb4191f
Octal731421425000762643137
Binary1110111100010110001010100000111110101101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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