Html Css Color HEX #376770 Blumine

📋 copy color: '#376770'

red 55 ◦ green 103 ◦ blue 112

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

Shades of Blumine #376770

Tints of Blumine #376770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.15%

 BLUE value IS 112 (44.14% from 255) = 41.48%

R = 20.37%
G = 38.15%
B = 41.48%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376770 (or 0x376770) is known color: Blumine. HEX triplet: 37, 67 and 70. RGB value is (55,103,112). Sum of RGB (Red+Green+Blue) = 55+103+112=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #376770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376770 is #C8988F. Grayscale: #595959. Windows color (decimal): -13146256 or 7366455. OLE color: 7366455.

HSL color Cylindrical-coordinate representation of color #376770: hue angle of 189.47º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #376770 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 103 112 -
CMYK 0.51 0.08 0 0.56
HSL 189.47º 0.34% 0.33% -
HSV(B) 189.47º 0.51% 0.44% -
XYZ 9.35 11.68 17.09 -
YUV 89.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 55 103 112 0.51 0.08 0 0.56 189.47 0.34 0.33
Hex 37 67 70 33 8 0 38 BD 22 21
Octal 67 147 160 63 10 0 70 275 42 41
Binary 110111 1100111 1110000 110011 1000 0 111000 10111101 100010 100001

Color Harmonies of #376770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376770

Black with #376770

Text Example


Text Example

White with #376770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376770; }

 p { color: rgb(55,103,112); }

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

background-color css

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

 a { background-color: rgb(55,103,112); }

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

border-color css

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

 span { border-color: rgb(55,103,112); }

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