#386062

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

Shades of Oracle #386062

Tints of Oracle #386062

Color information

#386062 (or 0x386062) is unknown color: approx Oracle. HEX triplet: 38, 60 and 62. RGB value is (56,96,98). Sum of RGB (Red+Green+Blue) = 56+96+98=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #386062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386062 is #C79F9D. Grayscale: #545454. Windows color (decimal): -13082526 or 6447160. OLE color: 6447160.

HSL color Cylindrical-coordinate representation of color #386062: hue angle of 182.86º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386062 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB569698-
CMYK0.430.0200.62
HSL182.86º27.27%30.2%-
HSV(B)182.86º42.86%38.43%-
XYZ8.0210.0913.08-
YUV84.27135.75107.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=22.4%
G=38.4%
B=39.2%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696980.430.0200.62182.8627.2730.2
Hex3860622B203Eb71b1e
Octal701401425320762673336
Binary11100011000001100010101011100111110101101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386062; }

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

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

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

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

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

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

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

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