Html Css Color HEX #385449 Spectra

📋 copy color: '#385449'

red 56 ◦ green 84 ◦ blue 73

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

Shades of Spectra #385449

Tints of Spectra #385449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.44%

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 26.29%
G = 39.44%
B = 34.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#385449 (or 0x385449) is known color: Spectra. HEX triplet: 38, 54 and 49. RGB value is (56,84,73). Sum of RGB (Red+Green+Blue) = 56+84+73=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #385449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385449 is #C7ABB6. Grayscale: #4A4A4A. Windows color (decimal): -13085623 or 4805688. OLE color: 4805688.

HSL color Cylindrical-coordinate representation of color #385449: hue angle of 156.43º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385449 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 84 73 -
CMYK 0.33 0 0.13 0.67
HSL 156.43º 0.2% 0.27% -
HSV(B) 156.43º 0.33% 0.33% -
XYZ 6 7.66 7.47 -
YUV 74.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 56 84 73 0.33 0 0.13 0.67 156.43 0.2 0.27
Hex 38 54 49 21 0 D 43 9C 14 1B
Octal 70 124 111 41 0 15 103 234 24 33
Binary 111000 1010100 1001001 100001 0 1101 1000011 10011100 10100 11011

Color Harmonies of #385449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385449

Black with #385449

Text Example


Text Example

White with #385449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385449; }

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

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

background-color css

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

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

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

border-color css

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

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

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