Html Css Color HEX #376474 Blumine

📋 copy color: '#376474'

red 55 ◦ green 100 ◦ blue 116

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

Shades of Blumine #376474

Tints of Blumine #376474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.9%

 BLUE value IS 116 (45.7% from 255) = 42.8%

R = 20.3%
G = 36.9%
B = 42.8%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#376474 (or 0x376474) is known color: Blumine. HEX triplet: 37, 64 and 74. RGB value is (55,100,116). Sum of RGB (Red+Green+Blue) = 55+100+116=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #376474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376474 is #C89B8B. Grayscale: #585858. Windows color (decimal): -13147020 or 7627831. OLE color: 7627831.

HSL color Cylindrical-coordinate representation of color #376474: hue angle of 195.74º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376474 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 100 116 -
CMYK 0.53 0.14 0 0.55
HSL 195.74º 0.36% 0.34% -
HSV(B) 195.74º 0.53% 0.45% -
XYZ 9.29 11.19 18.19 -
YUV 88.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 55 100 116 0.53 0.14 0 0.55 195.74 0.36 0.34
Hex 37 64 74 35 E 0 37 C4 24 22
Octal 67 144 164 65 16 0 67 304 44 42
Binary 110111 1100100 1110100 110101 1110 0 110111 11000100 100100 100010

Color Harmonies of #376474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376474

Black with #376474

Text Example


Text Example

White with #376474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376474; }

 p { color: rgb(55,100,116); }

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

background-color css

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

 a { background-color: rgb(55,100,116); }

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

border-color css

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

 span { border-color: rgb(55,100,116); }

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