Html Css Color HEX #376168 Smalt Blue

📋 copy color: '#376168'

red 55 ◦ green 97 ◦ blue 104

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

Shades of Smalt Blue #376168

Tints of Smalt Blue #376168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

 BLUE value IS 104 (41.02% from 255) = 40.63%

R = 21.48%
G = 37.89%
B = 40.63%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#376168 (or 0x376168) is known color: Smalt Blue. HEX triplet: 37, 61 and 68. RGB value is (55,97,104). Sum of RGB (Red+Green+Blue) = 55+97+104=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #376168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376168 is #C89E97. Grayscale: #555555. Windows color (decimal): -13147800 or 6840631. OLE color: 6840631.

HSL color Cylindrical-coordinate representation of color #376168: hue angle of 188.57º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #376168 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 97 104 -
CMYK 0.47 0.07 0 0.59
HSL 188.57º 0.31% 0.31% -
HSV(B) 188.57º 0.47% 0.41% -
XYZ 8.35 10.36 14.66 -
YUV 85.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 55 97 104 0.47 0.07 0 0.59 188.57 0.31 0.31
Hex 37 61 68 2F 7 0 3B BD 1F 1F
Octal 67 141 150 57 7 0 73 275 37 37
Binary 110111 1100001 1101000 101111 111 0 111011 10111101 11111 11111

Color Harmonies of #376168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376168

Black with #376168

Text Example


Text Example

White with #376168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376168; }

 p { color: rgb(55,97,104); }

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

background-color css

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

 a { background-color: rgb(55,97,104); }

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

border-color css

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

 span { border-color: rgb(55,97,104); }

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