Html Css Color HEX #385E54 Spectra

📋 copy color: '#385E54'

red 56 ◦ green 94 ◦ blue 84

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

Shades of Spectra #385E54

Tints of Spectra #385E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.9%

R = 23.93%
G = 40.17%
B = 35.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.63

RGB Variations

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

Color information

#385E54 (or 0x385E54) is known color: Spectra. HEX triplet: 38, 5E and 54. RGB value is (56,94,84). Sum of RGB (Red+Green+Blue) = 56+94+84=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 94 - color contains mainly: green. Hex color #385E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E54 is #C7A1AB. Grayscale: #515151. Windows color (decimal): -13083052 or 5529144. OLE color: 5529144.

HSL color Cylindrical-coordinate representation of color #385E54: hue angle of 164.21º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385E54 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 94 84 -
CMYK 0.40 0 0.11 0.63
HSL 164.21º 0.25% 0.29% -
HSV(B) 164.21º 0.4% 0.37% -
XYZ 7.23 9.49 9.84 -
YUV 81.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 56 94 84 0.40 0 0.11 0.63 164.21 0.25 0.29
Hex 38 5E 54 28 0 B 3F A4 19 1D
Octal 70 136 124 50 0 13 77 244 31 35
Binary 111000 1011110 1010100 101000 0 1011 111111 10100100 11001 11101

Color Harmonies of #385E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E54

Black with #385E54

Text Example


Text Example

White with #385E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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