Html Css Color HEX #376068 Smalt Blue

📋 copy color: '#376068'

red 55 ◦ green 96 ◦ blue 104

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

Shades of Smalt Blue #376068

Tints of Smalt Blue #376068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.65%

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

R = 21.57%
G = 37.65%
B = 40.78%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#376068 (or 0x376068) is known color: Smalt Blue. HEX triplet: 37, 60 and 68. RGB value is (55,96,104). Sum of RGB (Red+Green+Blue) = 55+96+104=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #376068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376068 is #C89F97. Grayscale: #545454. Windows color (decimal): -13148056 or 6840375. OLE color: 6840375.

HSL color Cylindrical-coordinate representation of color #376068: hue angle of 189.8º 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 #376068 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 96 104 -
CMYK 0.47 0.08 0 0.59
HSL 189.8º 0.31% 0.31% -
HSV(B) 189.8º 0.47% 0.41% -
XYZ 8.26 10.18 14.63 -
YUV 84.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 55 96 104 0.47 0.08 0 0.59 189.8 0.31 0.31
Hex 37 60 68 2F 8 0 3B BE 1F 1F
Octal 67 140 150 57 10 0 73 276 37 37
Binary 110111 1100000 1101000 101111 1000 0 111011 10111110 11111 11111

Color Harmonies of #376068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376068

Black with #376068

Text Example


Text Example

White with #376068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376068; }

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

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

background-color css

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

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

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

border-color css

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

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

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