#3B6462

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

Shades of Oracle #3B6462

Tints of Oracle #3B6462

Color information

#3B6462 (or 0x3B6462) is unknown color: approx Oracle. HEX triplet: 3B, 64 and 62. RGB value is (59,100,98). Sum of RGB (Red+Green+Blue) = 59+100+98=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 100 - color contains mainly: green. Hex color #3B6462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6462 is #C49B9D. Grayscale: #575757. Windows color (decimal): -12884894 or 6448187. OLE color: 6448187.

HSL color Cylindrical-coordinate representation of color #3B6462: hue angle of 177.07º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B6462 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB5910098-
CMYK0.4100.020.61
HSL177.07º25.79%31.18%-
HSV(B)177.07º41%39.22%-
XYZ8.5710.9313.21-
YUV87.51133.92107.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.96%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=22.96%
G=38.91%
B=38.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal59100980.4100.020.61177.0725.7931.18
Hex3B646229023Db11a1f
Octal731441425102752613237
Binary11101111001001100010101001010111101101100011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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