#395456

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

Shades of Oracle #395456

Tints of Oracle #395456

Color information

#395456 (or 0x395456) is unknown color: approx Oracle. HEX triplet: 39, 54 and 56. RGB value is (57,84,86). Sum of RGB (Red+Green+Blue) = 57+84+86=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 86 - color contains mainly: blue. Hex color #395456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395456 is #C6ABA9. Grayscale: #4C4C4C. Windows color (decimal): -13020074 or 5657657. OLE color: 5657657.

HSL color Cylindrical-coordinate representation of color #395456: hue angle of 184.14º 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 #395456 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB578486-
CMYK0.340.0200.66
HSL184.14º20.28%28.04%-
HSV(B)184.14º33.72%33.73%-
XYZ6.547.889.98-
YUV76.16133.55114.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=25.11%
G=37.00%
B=37.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5784860.340.0200.66184.1420.2828.04
Hex395456222042b8141c
Octal7112412642201022702434
Binary111001101010010101101000101001000010101110001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395456; }

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

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

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

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

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

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

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

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