#385659

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

Shades of Oracle #385659

Tints of Oracle #385659

Color information

#385659 (or 0x385659) is unknown color: approx Oracle. HEX triplet: 38, 56 and 59. RGB value is (56,86,89). Sum of RGB (Red+Green+Blue) = 56+86+89=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #385659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385659 is #C7A9A6. Grayscale: #4D4D4D. Windows color (decimal): -13085095 or 5854776. OLE color: 5854776.

HSL color Cylindrical-coordinate representation of color #385659: hue angle of 185.45º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #385659 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB568689-
CMYK0.370.0300.65
HSL185.45º22.76%28.43%-
HSV(B)185.45º37.08%34.9%-
XYZ6.768.2210.68-
YUV77.37134.56112.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=24.24%
G=37.23%
B=38.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5686890.370.0300.65185.4522.7628.43
Hex385659253041b9171c
Octal7012613145301012712734
Binary111000101011010110011001011101000001101110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385659; }

 p { color: rgb(56,86,89); }

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

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

 a { background-color: rgb(56,86,89); }

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

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

 span { border-color: rgb(56,86,89); }

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