#394F52

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

Shades of Oracle #394F52

Tints of Oracle #394F52

Color information

#394F52 (or 0x394F52) is unknown color: approx Oracle. HEX triplet: 39, 4F and 52. RGB value is (57,79,82). Sum of RGB (Red+Green+Blue) = 57+79+82=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #394F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F52 is #C6B0AD. Grayscale: #484848. Windows color (decimal): -13021358 or 5394233. OLE color: 5394233.

HSL color Cylindrical-coordinate representation of color #394F52: hue angle of 187.2º 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 #394F52 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB577982-
CMYK0.300.0400.68
HSL187.2º17.99%27.25%-
HSV(B)187.2º30.49%32.16%-
XYZ6.017.079.03-
YUV72.76133.21116.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=26.15%
G=36.24%
B=37.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5779820.300.0400.68187.217.9927.25
Hex394F521E4044bb121b
Octal7111712236401042732233
Binary111001100111110100101111010001000100101110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394F52; }

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

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

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

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

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

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

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

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