#386363

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

Shades of Oracle #386363

Tints of Oracle #386363

Color information

#386363 (or 0x386363) is unknown color: approx Oracle. HEX triplet: 38, 63 and 63. RGB value is (56,99,99). Sum of RGB (Red+Green+Blue) = 56+99+99=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #386363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386363 is #C79C9C. Grayscale: #565656. Windows color (decimal): -13081757 or 6513464. OLE color: 6513464.

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

Color convert

RGB569999-
CMYK0.43000.61
HSL180º27.74%30.39%-
HSV(B)180º43.43%38.82%-
XYZ8.3410.6713.42-
YUV86.14135.25106.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=22.05%
G=38.98%
B=38.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699990.43000.6118027.7430.39
Hex3863632B003Db41c1e
Octal701431435300752643436
Binary1110001100011110001110101100111101101101001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386363; }

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

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

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

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

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

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

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

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