Html Css Color HEX #385D5F Oracle

📋 copy color: '#385D5F'

red 56 ◦ green 93 ◦ blue 95

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

Shades of Oracle #385D5F

Tints of Oracle #385D5F

RGB

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

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

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

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

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #385D5F: hue angle of 183.08º 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 #385D5F is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 93 95 -
CMYK 0.41 0.02 0 0.63
HSL 183.08º 0.26% 0.3% -
HSV(B) 183.08º 0.41% 0.37% -
XYZ 7.61 9.5 12.26 -
YUV 82.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 56 93 95 0.41 0.02 0 0.63 183.08 0.26 0.3
Hex 38 5D 5F 29 2 0 3F B7 1A 1E
Octal 70 135 137 51 2 0 77 267 32 36
Binary 111000 1011101 1011111 101001 10 0 111111 10110111 11010 11110

Color Harmonies of #385D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D5F

Black with #385D5F

Text Example


Text Example

White with #385D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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