Html Css Color HEX #394F52 Oracle

📋 copy color: '#394F52'

red 57 ◦ green 79 ◦ blue 82

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

Shades of Oracle #394F52

Tints of Oracle #394F52

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 value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#394F52 (or 0x394F52) is known color: 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

RGB 57 79 82 -
CMYK 0.30 0.04 0 0.68
HSL 187.2º 0.18% 0.27% -
HSV(B) 187.2º 0.3% 0.32% -
XYZ 6.01 7.07 9.03 -
YUV 72.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 57 79 82 0.30 0.04 0 0.68 187.2 0.18 0.27
Hex 39 4F 52 1E 4 0 44 BB 12 1B
Octal 71 117 122 36 4 0 104 273 22 33
Binary 111001 1001111 1010010 11110 100 0 1000100 10111011 10010 11011

Color Harmonies of #394F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F52

Black with #394F52

Text Example


Text Example

White with #394F52

Text Example


Text Example

HTML Codes & Css Web 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>