Html Css Color HEX #385F58 Oracle

📋 copy color: '#385F58'

red 56 ◦ green 95 ◦ blue 88

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

Shades of Oracle #385F58

Tints of Oracle #385F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.82%

R = 23.43%
G = 39.75%
B = 36.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#385F58 (or 0x385F58) is known color: Oracle. HEX triplet: 38, 5F and 58. RGB value is (56,95,88). Sum of RGB (Red+Green+Blue) = 56+95+88=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 95 - color contains mainly: green. Hex color #385F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F58 is #C7A0A7. Grayscale: #525252. Windows color (decimal): -13082792 or 5791544. OLE color: 5791544.

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

Color convert

RGB 56 95 88 -
CMYK 0.41 0 0.07 0.63
HSL 169.23º 0.26% 0.3% -
HSV(B) 169.23º 0.41% 0.37% -
XYZ 7.48 9.73 10.72 -
YUV 82.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 56 95 88 0.41 0 0.07 0.63 169.23 0.26 0.3
Hex 38 5F 58 29 0 7 3F A9 1A 1E
Octal 70 137 130 51 0 7 77 251 32 36
Binary 111000 1011111 1011000 101001 0 111 111111 10101001 11010 11110

Color Harmonies of #385F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F58

Black with #385F58

Text Example


Text Example

White with #385F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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