#395658

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

Shades of Oracle #395658

Tints of Oracle #395658

Color information

#395658 (or 0x395658) is unknown color: approx Oracle. HEX triplet: 39, 56 and 58. RGB value is (57,86,88). Sum of RGB (Red+Green+Blue) = 57+86+88=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #395658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395658 is #C6A9A7. Grayscale: #4D4D4D. Windows color (decimal): -13019560 or 5789241. OLE color: 5789241.

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

Color convert

RGB578688-
CMYK0.350.0200.65
HSL183.87º21.38%28.43%-
HSV(B)183.87º35.23%34.51%-
XYZ6.788.2310.46-
YUV77.56133.89113.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=24.68%
G=37.23%
B=38.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5786880.350.0200.65183.8721.3828.43
Hex395658232041b8151c
Octal7112613043201012702534
Binary111001101011010110001000111001000001101110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395658; }

 p { color: rgb(57,86,88); }

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

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

 a { background-color: rgb(57,86,88); }

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

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

 span { border-color: rgb(57,86,88); }

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