Html Css Color HEX #394D4F Oracle

📋 copy color: '#394D4F'

red 57 ◦ green 77 ◦ blue 79

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

Shades of Oracle #394D4F

Tints of Oracle #394D4F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.15%

 BLUE value IS 79 (31.25% from 255) = 37.09%

R = 26.76%
G = 36.15%
B = 37.09%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#394D4F (or 0x394D4F) is known color: Oracle. HEX triplet: 39, 4D and 4F. RGB value is (57,77,79). Sum of RGB (Red+Green+Blue) = 57+77+79=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 79 - color contains mainly: blue. Hex color #394D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D4F is #C6B2B0. Grayscale: #474747. Windows color (decimal): -13021873 or 5197113. OLE color: 5197113.

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

Color convert

RGB 57 77 79 -
CMYK 0.28 0.03 0 0.69
HSL 185.45º 0.16% 0.27% -
HSV(B) 185.45º 0.28% 0.31% -
XYZ 5.75 6.74 8.4 -
YUV 71.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 57 77 79 0.28 0.03 0 0.69 185.45 0.16 0.27
Hex 39 4D 4F 1C 3 0 45 B9 10 1B
Octal 71 115 117 34 3 0 105 271 20 33
Binary 111001 1001101 1001111 11100 11 0 1000101 10111001 10000 11011

Color Harmonies of #394D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D4F

Black with #394D4F

Text Example


Text Example

White with #394D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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