Html Css Color HEX #376778 Blumine

📋 copy color: '#376778'

red 55 ◦ green 103 ◦ blue 120

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

Shades of Blumine #376778

Tints of Blumine #376778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.17%

R = 19.78%
G = 37.05%
B = 43.17%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376778 (or 0x376778) is known color: Blumine. HEX triplet: 37, 67 and 78. RGB value is (55,103,120). Sum of RGB (Red+Green+Blue) = 55+103+120=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #376778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376778 is #C89887. Grayscale: #5A5A5A. Windows color (decimal): -13146248 or 7890743. OLE color: 7890743.

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

Color convert

RGB 55 103 120 -
CMYK 0.54 0.14 0 0.53
HSL 195.69º 0.37% 0.34% -
HSV(B) 195.69º 0.54% 0.47% -
XYZ 9.82 11.87 19.54 -
YUV 90.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 55 103 120 0.54 0.14 0 0.53 195.69 0.37 0.34
Hex 37 67 78 36 E 0 35 C4 25 22
Octal 67 147 170 66 16 0 65 304 45 42
Binary 110111 1100111 1111000 110110 1110 0 110101 11000100 100101 100010

Color Harmonies of #376778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376778

Black with #376778

Text Example


Text Example

White with #376778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376778; }

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

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

background-color css

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

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

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

border-color css

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

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

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