Html Css Color HEX #385A4C Spectra

📋 copy color: '#385A4C'

red 56 ◦ green 90 ◦ blue 76

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

Shades of Spectra #385A4C

Tints of Spectra #385A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.54%

 BLUE value IS 76 (30.08% from 255) = 34.23%

R = 25.23%
G = 40.54%
B = 34.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#385A4C (or 0x385A4C) is known color: Spectra. HEX triplet: 38, 5A and 4C. RGB value is (56,90,76). Sum of RGB (Red+Green+Blue) = 56+90+76=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 90 - color contains mainly: green. Hex color #385A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A4C is #C7A5B3. Grayscale: #4E4E4E. Windows color (decimal): -13084084 or 5003832. OLE color: 5003832.

HSL color Cylindrical-coordinate representation of color #385A4C: hue angle of 155.29º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A4C is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 90 76 -
CMYK 0.38 0 0.16 0.65
HSL 155.29º 0.23% 0.29% -
HSV(B) 155.29º 0.38% 0.35% -
XYZ 6.59 8.67 8.16 -
YUV 78.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 56 90 76 0.38 0 0.16 0.65 155.29 0.23 0.29
Hex 38 5A 4C 26 0 10 41 9B 17 1D
Octal 70 132 114 46 0 20 101 233 27 35
Binary 111000 1011010 1001100 100110 0 10000 1000001 10011011 10111 11101

Color Harmonies of #385A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A4C

Black with #385A4C

Text Example


Text Example

White with #385A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,90,76); }

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

background-color css

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

 a { background-color: rgb(56,90,76); }

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

border-color css

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

 span { border-color: rgb(56,90,76); }

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