#3A6462

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

Shades of Oracle #3A6462

Tints of Oracle #3A6462

Color information

#3A6462 (or 0x3A6462) is unknown color: approx Oracle. HEX triplet: 3A, 64 and 62. RGB value is (58,100,98). Sum of RGB (Red+Green+Blue) = 58+100+98=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 100 - color contains mainly: green. Hex color #3A6462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6462 is #C59B9D. Grayscale: #575757. Windows color (decimal): -12950430 or 6448186. OLE color: 6448186.

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

Color convert

RGB5810098-
CMYK0.4200.020.61
HSL177.14º26.58%30.98%-
HSV(B)177.14º42%39.22%-
XYZ8.5110.913.21-
YUV87.21134.09107.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.66%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=22.66%
G=39.06%
B=38.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal58100980.4200.020.61177.1426.5830.98
Hex3A64622A023Db11b1f
Octal721441425202752613337
Binary11101011001001100010101010010111101101100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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