#3A6162

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

Shades of Oracle #3A6162

Tints of Oracle #3A6162

Color information

#3A6162 (or 0x3A6162) is unknown color: approx Oracle. HEX triplet: 3A, 61 and 62. RGB value is (58,97,98). Sum of RGB (Red+Green+Blue) = 58+97+98=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A6162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6162 is #C59E9D. Grayscale: #555555. Windows color (decimal): -12951198 or 6447418. OLE color: 6447418.

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

Color convert

RGB589798-
CMYK0.410.0100.62
HSL181.5º25.64%30.59%-
HSV(B)181.5º40.82%38.43%-
XYZ8.2210.3313.12-
YUV85.45135.08108.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=22.92%
G=38.34%
B=38.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897980.410.0100.62181.525.6430.59
Hex3A616229103Eb61a1f
Octal721411425110762663237
Binary1110101100001110001010100110111110101101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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