Html Css Color HEX #376775 Blumine

📋 copy color: '#376775'

red 55 ◦ green 103 ◦ blue 117

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

Shades of Blumine #376775

Tints of Blumine #376775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.55%

R = 20%
G = 37.45%
B = 42.55%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#376775 (or 0x376775) is known color: Blumine. HEX triplet: 37, 67 and 75. RGB value is (55,103,117). Sum of RGB (Red+Green+Blue) = 55+103+117=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #376775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376775 is #C8988A. Grayscale: #5A5A5A. Windows color (decimal): -13146251 or 7694135. OLE color: 7694135.

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

Color convert

RGB 55 103 117 -
CMYK 0.53 0.12 0 0.54
HSL 193.55º 0.36% 0.34% -
HSV(B) 193.55º 0.53% 0.46% -
XYZ 9.64 11.8 18.6 -
YUV 90.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 55 103 117 0.53 0.12 0 0.54 193.55 0.36 0.34
Hex 37 67 75 35 C 0 36 C2 24 22
Octal 67 147 165 65 14 0 66 302 44 42
Binary 110111 1100111 1110101 110101 1100 0 110110 11000010 100100 100010

Color Harmonies of #376775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376775

Black with #376775

Text Example


Text Example

White with #376775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376775; }

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

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

background-color css

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

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

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

border-color css

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

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

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