Html Css Color HEX #394E50 Oracle

📋 copy color: '#394E50'

red 57 ◦ green 78 ◦ blue 80

#394E50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #394E50

Tints of Oracle #394E50

RGB

 RED value IS 57 (22.66% from 255) = 26.51%

 GREEN value IS 78 (30.86% from 255) = 36.28%

 BLUE value IS 80 (31.64% from 255) = 37.21%

R = 26.51%
G = 36.28%
B = 37.21%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#394E50 (or 0x394E50) is known color: Oracle. HEX triplet: 39, 4E and 50. RGB value is (57,78,80). Sum of RGB (Red+Green+Blue) = 57+78+80=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: blue. Hex color #394E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E50 is #C6B1AF. Grayscale: #474747. Windows color (decimal): -13021616 or 5262905. OLE color: 5262905.

HSL color Cylindrical-coordinate representation of color #394E50: hue angle of 185.22º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #394E50 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 78 80 -
CMYK 0.29 0.02 0 0.69
HSL 185.22º 0.17% 0.27% -
HSV(B) 185.22º 0.29% 0.31% -
XYZ 5.86 6.9 8.61 -
YUV 71.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 57 78 80 0.29 0.02 0 0.69 185.22 0.17 0.27
Hex 39 4E 50 1D 2 0 45 B9 11 1B
Octal 71 116 120 35 2 0 105 271 21 33
Binary 111001 1001110 1010000 11101 10 0 1000101 10111001 10001 11011

Color Harmonies of #394E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E50

Black with #394E50

Text Example


Text Example

White with #394E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #394E50;
 }
 .AnyTagClassName
 {
   color: #394E50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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