Html Css Color HEX #376274 Blumine

📋 copy color: '#376274'

red 55 ◦ green 98 ◦ blue 116

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

Shades of Blumine #376274

Tints of Blumine #376274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.43%

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

R = 20.45%
G = 36.43%
B = 43.12%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#376274 (or 0x376274) is known color: Blumine. HEX triplet: 37, 62 and 74. RGB value is (55,98,116). Sum of RGB (Red+Green+Blue) = 55+98+116=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #376274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376274 is #C89D8B. Grayscale: #575757. Windows color (decimal): -13147532 or 7627319. OLE color: 7627319.

HSL color Cylindrical-coordinate representation of color #376274: hue angle of 197.7º 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 #376274 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 98 116 -
CMYK 0.53 0.16 0 0.55
HSL 197.7º 0.36% 0.34% -
HSV(B) 197.7º 0.53% 0.45% -
XYZ 9.1 10.81 18.13 -
YUV 87.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 55 98 116 0.53 0.16 0 0.55 197.7 0.36 0.34
Hex 37 62 74 35 10 0 37 C6 24 22
Octal 67 142 164 65 20 0 67 306 44 42
Binary 110111 1100010 1110100 110101 10000 0 110111 11000110 100100 100010

Color Harmonies of #376274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376274

Black with #376274

Text Example


Text Example

White with #376274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376274; }

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

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

background-color css

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

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

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

border-color css

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

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

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