Html Css Color HEX #385F5D Oracle

📋 copy color: '#385F5D'

red 56 ◦ green 95 ◦ blue 93

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

Shades of Oracle #385F5D

Tints of Oracle #385F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.93%

 BLUE value IS 93 (36.72% from 255) = 38.11%

R = 22.95%
G = 38.93%
B = 38.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#385F5D (or 0x385F5D) is known color: Oracle. HEX triplet: 38, 5F and 5D. RGB value is (56,95,93). Sum of RGB (Red+Green+Blue) = 56+95+93=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 95 - color contains mainly: green. Hex color #385F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F5D is #C7A0A2. Grayscale: #535353. Windows color (decimal): -13082787 or 6119224. OLE color: 6119224.

HSL color Cylindrical-coordinate representation of color #385F5D: hue angle of 176.92º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385F5D is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 95 93 -
CMYK 0.41 0 0.02 0.63
HSL 176.92º 0.26% 0.3% -
HSV(B) 176.92º 0.41% 0.37% -
XYZ 7.7 9.82 11.84 -
YUV 83.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 56 95 93 0.41 0 0.02 0.63 176.92 0.26 0.3
Hex 38 5F 5D 29 0 2 3F B1 1A 1E
Octal 70 137 135 51 0 2 77 261 32 36
Binary 111000 1011111 1011101 101001 0 10 111111 10110001 11010 11110

Color Harmonies of #385F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F5D

Black with #385F5D

Text Example


Text Example

White with #385F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385F5D; }

 p { color: rgb(56,95,93); }

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

background-color css

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

 a { background-color: rgb(56,95,93); }

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

border-color css

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

 span { border-color: rgb(56,95,93); }

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