Html Css Color HEX #385051 Oracle

📋 copy color: '#385051'

red 56 ◦ green 80 ◦ blue 81

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

Shades of Oracle #385051

Tints of Oracle #385051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

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

R = 25.81%
G = 36.87%
B = 37.33%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#385051 (or 0x385051) is known color: Oracle. HEX triplet: 38, 50 and 51. RGB value is (56,80,81). Sum of RGB (Red+Green+Blue) = 56+80+81=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 81 - color contains mainly: blue. Hex color #385051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385051 is #C7AFAE. Grayscale: #484848. Windows color (decimal): -13086639 or 5328952. OLE color: 5328952.

HSL color Cylindrical-coordinate representation of color #385051: hue angle of 182.4º 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 #385051 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 80 81 -
CMYK 0.31 0.01 0 0.68
HSL 182.4º 0.18% 0.27% -
HSV(B) 182.4º 0.31% 0.32% -
XYZ 5.98 7.17 8.85 -
YUV 72.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 56 80 81 0.31 0.01 0 0.68 182.4 0.18 0.27
Hex 38 50 51 1F 1 0 44 B6 12 1B
Octal 70 120 121 37 1 0 104 266 22 33
Binary 111000 1010000 1010001 11111 1 0 1000100 10110110 10010 11011

Color Harmonies of #385051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385051

Black with #385051

Text Example


Text Example

White with #385051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385051; }

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

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

background-color css

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

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

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

border-color css

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

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

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