#3E625F

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

Shades of Oracle #3E625F

Tints of Oracle #3E625F

Color information

#3E625F (or 0x3E625F) is unknown color: approx Oracle. HEX triplet: 3E, 62 and 5F. RGB value is (62,98,95). Sum of RGB (Red+Green+Blue) = 62+98+95=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 98 - color contains mainly: green. Hex color #3E625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E625F is #C19DA0. Grayscale: #565656. Windows color (decimal): -12688801 or 6251070. OLE color: 6251070.

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

Color convert

RGB629895-
CMYK0.3700.030.62
HSL175º22.5%31.37%-
HSV(B)175º36.73%38.43%-
XYZ8.4210.5912.43-
YUV86.89132.57110.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.31%
GREEN value IS 98 (38.67% from 255) = 38.43%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=24.31%
G=38.43%
B=37.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6298950.3700.030.6217522.531.37
Hex3E625F25033Eaf161f
Octal761421374503762572637
Binary11111011000101011111100101011111110101011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,98,95); }

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

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

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

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

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

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

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