#395154

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

Shades of Oracle #395154

Tints of Oracle #395154

Color information

#395154 (or 0x395154) is unknown color: approx Oracle. HEX triplet: 39, 51 and 54. RGB value is (57,81,84). Sum of RGB (Red+Green+Blue) = 57+81+84=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 84 - color contains mainly: blue. Hex color #395154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395154 is #C6AEAB. Grayscale: #4A4A4A. Windows color (decimal): -13020844 or 5525817. OLE color: 5525817.

HSL color Cylindrical-coordinate representation of color #395154: hue angle of 186.67º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #395154 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB578184-
CMYK0.320.0400.67
HSL186.67º19.15%27.65%-
HSV(B)186.67º32.14%32.94%-
XYZ6.237.399.49-
YUV74.17133.55115.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=25.68%
G=36.49%
B=37.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5781840.320.0400.67186.6719.1527.65
Hex395154204043bb131c
Octal7112112440401032732334
Binary1110011010001101010010000010001000011101110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395154; }

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

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

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

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

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

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

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

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