#386263

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

Shades of Oracle #386263

Tints of Oracle #386263

Color information

#386263 (or 0x386263) is unknown color: approx Oracle. HEX triplet: 38, 62 and 63. RGB value is (56,98,99). Sum of RGB (Red+Green+Blue) = 56+98+99=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 99 - color contains mainly: blue. Hex color #386263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386263 is #C79D9C. Grayscale: #555555. Windows color (decimal): -13082013 or 6513208. OLE color: 6513208.

HSL color Cylindrical-coordinate representation of color #386263: hue angle of 181.4º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386263 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB569899-
CMYK0.430.0100.61
HSL181.4º27.74%30.39%-
HSV(B)181.4º43.43%38.82%-
XYZ8.2510.4813.39-
YUV85.56135.59106.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 99 (39.06% from 255) = 39.13%
R=22.13%
G=38.74%
B=39.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5698990.430.0100.61181.427.7430.39
Hex3862632B103Db51c1e
Octal701421435310752653436
Binary1110001100010110001110101110111101101101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386263; }

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

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

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

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

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

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

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

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