#396663

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

Shades of Oracle #396663

Tints of Oracle #396663

Color information

#396663 (or 0x396663) is unknown color: approx Oracle. HEX triplet: 39, 66 and 63. RGB value is (57,102,99). Sum of RGB (Red+Green+Blue) = 57+102+99=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #396663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396663 is #C6999C. Grayscale: #585858. Windows color (decimal): -13015453 or 6514233. OLE color: 6514233.

HSL color Cylindrical-coordinate representation of color #396663: hue angle of 176º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #396663 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB5710299-
CMYK0.4400.030.6
HSL176º28.3%31.18%-
HSV(B)176º44.12%40%-
XYZ8.6911.2713.52-
YUV88.2134.09105.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 99 (39.06% from 255) = 38.37%
R=22.09%
G=39.53%
B=38.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57102990.4400.030.617628.331.18
Hex3966632C033Cb01c1f
Octal711461435403742603437
Binary11100111001101100011101100011111100101100001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396663; }

 p { color: rgb(57,102,99); }

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

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

 a { background-color: rgb(57,102,99); }

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

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

 span { border-color: rgb(57,102,99); }

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