#385F61

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

Shades of Oracle #385F61

Tints of Oracle #385F61

Color information

#385F61 (or 0x385F61) is unknown color: approx Oracle. HEX triplet: 38, 5F and 61. RGB value is (56,95,97). Sum of RGB (Red+Green+Blue) = 56+95+97=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #385F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F61 is #C7A09E. Grayscale: #535353. Windows color (decimal): -13082783 or 6381368. OLE color: 6381368.

HSL color Cylindrical-coordinate representation of color #385F61: hue angle of 182.93º 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 #385F61 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB569597-
CMYK0.420.0200.62
HSL182.93º26.8%30%-
HSV(B)182.93º42.27%38.04%-
XYZ7.889.8912.8-
YUV83.57135.58108.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 95 (37.5% from 255) = 38.31%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=22.58%
G=38.31%
B=39.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5695970.420.0200.62182.9326.830
Hex385F612A203Eb71b1e
Octal701371415220762673336
Binary11100010111111100001101010100111110101101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385F61; }

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

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

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

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

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

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

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

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