#395052

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

Shades of Oracle #395052

Tints of Oracle #395052

Color information

#395052 (or 0x395052) is unknown color: approx Oracle. HEX triplet: 39, 50 and 52. RGB value is (57,80,82). Sum of RGB (Red+Green+Blue) = 57+80+82=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: blue. Hex color #395052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395052 is #C6AFAD. Grayscale: #494949. Windows color (decimal): -13021102 or 5394489. OLE color: 5394489.

HSL color Cylindrical-coordinate representation of color #395052: hue angle of 184.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #395052 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB578082-
CMYK0.300.0200.68
HSL184.8º17.99%27.25%-
HSV(B)184.8º30.49%32.16%-
XYZ6.087.229.06-
YUV73.35132.88116.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=26.03%
G=36.53%
B=37.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5780820.300.0200.68184.817.9927.25
Hex3950521E2044b9121b
Octal7112012236201042712233
Binary11100110100001010010111101001000100101110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395052; }

 p { color: rgb(57,80,82); }

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

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

 a { background-color: rgb(57,80,82); }

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

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

 span { border-color: rgb(57,80,82); }

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