#396263

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

Shades of Oracle #396263

Tints of Oracle #396263

Color information

#396263 (or 0x396263) is unknown color: approx Oracle. HEX triplet: 39, 62 and 63. RGB value is (57,98,99). Sum of RGB (Red+Green+Blue) = 57+98+99=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 99 - color contains mainly: blue. Hex color #396263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396263 is #C69D9C. Grayscale: #555555. Windows color (decimal): -13016477 or 6513209. OLE color: 6513209.

HSL color Cylindrical-coordinate representation of color #396263: hue angle of 181.43º 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 #396263 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB579899-
CMYK0.420.0100.61
HSL181.43º26.92%30.59%-
HSV(B)181.43º42.42%38.82%-
XYZ8.3110.5113.39-
YUV85.85135.42107.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=22.44%
G=38.58%
B=38.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5798990.420.0100.61181.4326.9230.59
Hex3962632A103Db51b1f
Octal711421435210752653337
Binary1110011100010110001110101010111101101101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396263; }

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

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

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

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

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

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

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

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