Html Css Color HEX #395A4C Spectra

📋 copy color: '#395A4C'

red 57 ◦ green 90 ◦ blue 76

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

Shades of Spectra #395A4C

Tints of Spectra #395A4C

RGB

 RED value IS 57 (22.66% from 255) = 25.56%

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

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

R = 25.56%
G = 40.36%
B = 34.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#395A4C (or 0x395A4C) is known color: Spectra. HEX triplet: 39, 5A and 4C. RGB value is (57,90,76). Sum of RGB (Red+Green+Blue) = 57+90+76=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #395A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A4C is #C6A5B3. Grayscale: #4E4E4E. Windows color (decimal): -13018548 or 5003833. OLE color: 5003833.

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

Color convert

RGB 57 90 76 -
CMYK 0.37 0 0.16 0.65
HSL 154.55º 0.22% 0.29% -
HSV(B) 154.55º 0.37% 0.35% -
XYZ 6.65 8.7 8.17 -
YUV 78.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 57 90 76 0.37 0 0.16 0.65 154.55 0.22 0.29
Hex 39 5A 4C 25 0 10 41 9B 16 1D
Octal 71 132 114 45 0 20 101 233 26 35
Binary 111001 1011010 1001100 100101 0 10000 1000001 10011011 10110 11101

Color Harmonies of #395A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A4C

Black with #395A4C

Text Example


Text Example

White with #395A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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