#386063

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

Shades of Oracle #386063

Tints of Oracle #386063

Color information

#386063 (or 0x386063) is unknown color: approx Oracle. HEX triplet: 38, 60 and 63. RGB value is (56,96,99). Sum of RGB (Red+Green+Blue) = 56+96+99=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 99 - color contains mainly: blue. Hex color #386063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386063 is #C79F9C. Grayscale: #545454. Windows color (decimal): -13082525 or 6512696. OLE color: 6512696.

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

Color convert

RGB569699-
CMYK0.430.0300.61
HSL184.19º27.74%30.39%-
HSV(B)184.19º43.43%38.82%-
XYZ8.0710.1113.33-
YUV84.38136.25107.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 99 (39.06% from 255) = 39.44%
R=22.31%
G=38.25%
B=39.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5696990.430.0300.61184.1927.7430.39
Hex3860632B303Db81c1e
Octal701401435330752703436
Binary11100011000001100011101011110111101101110001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386063; }

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

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

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

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

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

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

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

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