#385559

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

Shades of Oracle #385559

Tints of Oracle #385559

Color information

#385559 (or 0x385559) is unknown color: approx Oracle. HEX triplet: 38, 55 and 59. RGB value is (56,85,89). Sum of RGB (Red+Green+Blue) = 56+85+89=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #385559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385559 is #C7AAA6. Grayscale: #4C4C4C. Windows color (decimal): -13085351 or 5854520. OLE color: 5854520.

HSL color Cylindrical-coordinate representation of color #385559: hue angle of 187.27º 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 #385559 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB568589-
CMYK0.370.0400.65
HSL187.27º22.76%28.43%-
HSV(B)187.27º37.08%34.9%-
XYZ6.688.0610.65-
YUV76.78134.89113.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 85 (33.59% from 255) = 36.96%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=24.35%
G=36.96%
B=38.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5685890.370.0400.65187.2722.7628.43
Hex385559254041bb171c
Octal7012513145401012732734
Binary1110001010101101100110010110001000001101110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385559; }

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

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

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

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

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

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

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

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