#395356

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

Shades of Oracle #395356

Tints of Oracle #395356

Color information

#395356 (or 0x395356) is unknown color: approx Oracle. HEX triplet: 39, 53 and 56. RGB value is (57,83,86). Sum of RGB (Red+Green+Blue) = 57+83+86=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 86 - color contains mainly: blue. Hex color #395356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395356 is #C6ACA9. Grayscale: #4B4B4B. Windows color (decimal): -13020330 or 5657401. OLE color: 5657401.

HSL color Cylindrical-coordinate representation of color #395356: hue angle of 186.21º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395356 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB578386-
CMYK0.340.0300.66
HSL186.21º20.28%28.04%-
HSV(B)186.21º33.72%33.73%-
XYZ6.467.739.96-
YUV75.57133.89114.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 86 (33.98% from 255) = 38.05%
R=25.22%
G=36.73%
B=38.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5783860.340.0300.66186.2120.2828.04
Hex395356223042ba141c
Octal7112312642301022722434
Binary111001101001110101101000101101000010101110101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395356; }

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

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

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

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

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

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

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

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