Html Css Color HEX #37664F Spectra

📋 copy color: '#37664F'

red 55 ◦ green 102 ◦ blue 79

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

Shades of Spectra #37664F

Tints of Spectra #37664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.22%

 BLUE value IS 79 (31.25% from 255) = 33.47%

R = 23.31%
G = 43.22%
B = 33.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#37664F (or 0x37664F) is known color: Spectra. HEX triplet: 37, 66 and 4F. RGB value is (55,102,79). Sum of RGB (Red+Green+Blue) = 55+102+79=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #37664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37664F is #C899B0. Grayscale: #555555. Windows color (decimal): -13146545 or 5203511. OLE color: 5203511.

HSL color Cylindrical-coordinate representation of color #37664F: hue angle of 150.64º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #37664F is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 55 102 79 -
CMYK 0.46 0 0.23 0.6
HSL 150.64º 0.3% 0.31% -
HSV(B) 150.64º 0.46% 0.4% -
XYZ 7.74 10.88 9.09 -
YUV 85.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 55 102 79 0.46 0 0.23 0.6 150.64 0.3 0.31
Hex 37 66 4F 2E 0 17 3C 97 1E 1F
Octal 67 146 117 56 0 27 74 227 36 37
Binary 110111 1100110 1001111 101110 0 10111 111100 10010111 11110 11111

Color Harmonies of #37664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37664F

Black with #37664F

Text Example


Text Example

White with #37664F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37664F; }

 p { color: rgb(55,102,79); }

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

background-color css

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

 a { background-color: rgb(55,102,79); }

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

border-color css

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

 span { border-color: rgb(55,102,79); }

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