Html Css Color HEX #384F51 Oracle

📋 copy color: '#384F51'

red 56 ◦ green 79 ◦ blue 81

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

Shades of Oracle #384F51

Tints of Oracle #384F51

RGB

 RED value IS 56 (22.27% from 255) = 25.93%

 GREEN value IS 79 (31.25% from 255) = 36.57%

 BLUE value IS 81 (32.03% from 255) = 37.5%

R = 25.93%
G = 36.57%
B = 37.5%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#384F51 (or 0x384F51) is known color: Oracle. HEX triplet: 38, 4F and 51. RGB value is (56,79,81). Sum of RGB (Red+Green+Blue) = 56+79+81=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 81 - color contains mainly: blue. Hex color #384F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F51 is #C7B0AE. Grayscale: #484848. Windows color (decimal): -13086895 or 5328696. OLE color: 5328696.

HSL color Cylindrical-coordinate representation of color #384F51: 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.31%. Process color model (Four color, CMYK) of #384F51 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 79 81 -
CMYK 0.31 0.02 0 0.68
HSL 184.8º 0.18% 0.27% -
HSV(B) 184.8º 0.31% 0.32% -
XYZ 5.91 7.03 8.83 -
YUV 72.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 56 79 81 0.31 0.02 0 0.68 184.8 0.18 0.27
Hex 38 4F 51 1F 2 0 44 B9 12 1B
Octal 70 117 121 37 2 0 104 271 22 33
Binary 111000 1001111 1010001 11111 10 0 1000100 10111001 10010 11011

Color Harmonies of #384F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F51

Black with #384F51

Text Example


Text Example

White with #384F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384F51; }

 p { color: rgb(56,79,81); }

 H1.HeaderClassName
 {
   color: #384F51;
 }
 .AnyTagClassName
 {
   color: #384F51;
 }
</style>

background-color css

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

 a { background-color: rgb(56,79,81); }

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

border-color css

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

 span { border-color: rgb(56,79,81); }

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