Html Css Color HEX #376679 Blumine

📋 copy color: '#376679'

red 55 ◦ green 102 ◦ blue 121

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

Shades of Blumine #376679

Tints of Blumine #376679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.53%

R = 19.78%
G = 36.69%
B = 43.53%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376679 (or 0x376679) is known color: Blumine. HEX triplet: 37, 66 and 79. RGB value is (55,102,121). Sum of RGB (Red+Green+Blue) = 55+102+121=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #376679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376679 is #C89986. Grayscale: #595959. Windows color (decimal): -13146503 or 7956023. OLE color: 7956023.

HSL color Cylindrical-coordinate representation of color #376679: hue angle of 197.27º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #376679 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 102 121 -
CMYK 0.55 0.16 0 0.53
HSL 197.27º 0.38% 0.35% -
HSV(B) 197.27º 0.55% 0.47% -
XYZ 9.78 11.7 19.83 -
YUV 90.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 55 102 121 0.55 0.16 0 0.53 197.27 0.38 0.35
Hex 37 66 79 37 10 0 35 C5 26 23
Octal 67 146 171 67 20 0 65 305 46 43
Binary 110111 1100110 1111001 110111 10000 0 110101 11000101 100110 100011

Color Harmonies of #376679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376679

Black with #376679

Text Example


Text Example

White with #376679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376679; }

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

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

background-color css

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

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

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

border-color css

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

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

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