Html Css Color HEX #375A4D Spectra

📋 copy color: '#375A4D'

red 55 ◦ green 90 ◦ blue 77

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

Shades of Spectra #375A4D

Tints of Spectra #375A4D

RGB

 RED value IS 55 (21.88% from 255) = 24.77%

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

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 24.77%
G = 40.54%
B = 34.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#375A4D (or 0x375A4D) is known color: Spectra. HEX triplet: 37, 5A and 4D. RGB value is (55,90,77). Sum of RGB (Red+Green+Blue) = 55+90+77=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 90 - color contains mainly: green. Hex color #375A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A4D is #C8A5B2. Grayscale: #4E4E4E. Windows color (decimal): -13149619 or 5069367. OLE color: 5069367.

HSL color Cylindrical-coordinate representation of color #375A4D: hue angle of 157.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #375A4D is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 90 77 -
CMYK 0.39 0 0.14 0.65
HSL 157.71º 0.24% 0.28% -
HSV(B) 157.71º 0.39% 0.35% -
XYZ 6.57 8.66 8.35 -
YUV 78.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 55 90 77 0.39 0 0.14 0.65 157.71 0.24 0.28
Hex 37 5A 4D 27 0 E 41 9E 18 1C
Octal 67 132 115 47 0 16 101 236 30 34
Binary 110111 1011010 1001101 100111 0 1110 1000001 10011110 11000 11100

Color Harmonies of #375A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A4D

Black with #375A4D

Text Example


Text Example

White with #375A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375A4D; }

 p { color: rgb(55,90,77); }

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

background-color css

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

 a { background-color: rgb(55,90,77); }

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

border-color css

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

 span { border-color: rgb(55,90,77); }

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