#3A625E

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

Shades of Oracle #3A625E

Tints of Oracle #3A625E

Color information

#3A625E (or 0x3A625E) is unknown color: approx Oracle. HEX triplet: 3A, 62 and 5E. RGB value is (58,98,94). Sum of RGB (Red+Green+Blue) = 58+98+94=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #3A625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A625E is #C59DA1. Grayscale: #555555. Windows color (decimal): -12950946 or 6185530. OLE color: 6185530.

HSL color Cylindrical-coordinate representation of color #3A625E: hue angle of 174º 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 #3A625E is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB589894-
CMYK0.4100.040.62
HSL174º25.64%30.59%-
HSV(B)174º40.82%38.43%-
XYZ8.1310.4412.18-
YUV85.58132.75108.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.2%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=23.2%
G=39.2%
B=37.6%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5898940.4100.040.6217425.6430.59
Hex3A625E29043Eae1a1f
Octal721421365104762563237
Binary111010110001010111101010010100111110101011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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