#385F60

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

Shades of Oracle #385F60

Tints of Oracle #385F60

Color information

#385F60 (or 0x385F60) is unknown color: approx Oracle. HEX triplet: 38, 5F and 60. RGB value is (56,95,96). Sum of RGB (Red+Green+Blue) = 56+95+96=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #385F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F60 is #C7A09F. Grayscale: #535353. Windows color (decimal): -13082784 or 6315832. OLE color: 6315832.

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

Color convert

RGB569596-
CMYK0.420.0100.62
HSL181.5º26.32%29.8%-
HSV(B)181.5º41.67%37.65%-
XYZ7.839.8712.56-
YUV83.45135.08108.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=22.67%
G=38.46%
B=38.87%

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
Decimal5695960.420.0100.62181.526.3229.8
Hex385F602A103Eb61a1e
Octal701371405210762663236
Binary1110001011111110000010101010111110101101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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