Html Css Color HEX #385E61 Oracle

📋 copy color: '#385E61'

red 56 ◦ green 94 ◦ blue 97

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

Shades of Oracle #385E61

Tints of Oracle #385E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.06%

 BLUE value IS 97 (38.28% from 255) = 39.27%

R = 22.67%
G = 38.06%
B = 39.27%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385E61 (or 0x385E61) is known color: Oracle. HEX triplet: 38, 5E and 61. RGB value is (56,94,97). Sum of RGB (Red+Green+Blue) = 56+94+97=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: blue. Hex color #385E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E61 is #C7A19E. Grayscale: #525252. Windows color (decimal): -13083039 or 6381112. OLE color: 6381112.

HSL color Cylindrical-coordinate representation of color #385E61: hue angle of 184.39º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #385E61 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 94 97 -
CMYK 0.42 0.03 0 0.62
HSL 184.39º 0.27% 0.3% -
HSV(B) 184.39º 0.42% 0.38% -
XYZ 7.79 9.71 12.77 -
YUV 82.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 56 94 97 0.42 0.03 0 0.62 184.39 0.27 0.3
Hex 38 5E 61 2A 3 0 3E B8 1B 1E
Octal 70 136 141 52 3 0 76 270 33 36
Binary 111000 1011110 1100001 101010 11 0 111110 10111000 11011 11110

Color Harmonies of #385E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E61

Black with #385E61

Text Example


Text Example

White with #385E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,94,97); }

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

background-color css

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

 a { background-color: rgb(56,94,97); }

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

border-color css

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

 span { border-color: rgb(56,94,97); }

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