#386061

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

Shades of Oracle #386061

Tints of Oracle #386061

Color information

#386061 (or 0x386061) is unknown color: approx Oracle. HEX triplet: 38, 60 and 61. RGB value is (56,96,97). Sum of RGB (Red+Green+Blue) = 56+96+97=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #386061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386061 is #C79F9E. Grayscale: #545454. Windows color (decimal): -13082527 or 6381624. OLE color: 6381624.

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

Color convert

RGB569697-
CMYK0.420.0100.62
HSL181.46º26.8%30%-
HSV(B)181.46º42.27%38.04%-
XYZ7.9710.0712.83-
YUV84.15135.25107.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=22.49%
G=38.55%
B=38.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696970.420.0100.62181.4626.830
Hex3860612A103Eb51b1e
Octal701401415210762653336
Binary1110001100000110000110101010111110101101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386061; }

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

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

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

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

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

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

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

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