Html Css Color HEX #376275 Blumine

📋 copy color: '#376275'

red 55 ◦ green 98 ◦ blue 117

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

Shades of Blumine #376275

Tints of Blumine #376275

RGB

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

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

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

R = 20.37%
G = 36.3%
B = 43.33%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#376275 (or 0x376275) is known color: Blumine. HEX triplet: 37, 62 and 75. RGB value is (55,98,117). Sum of RGB (Red+Green+Blue) = 55+98+117=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #376275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376275 is #C89D8A. Grayscale: #575757. Windows color (decimal): -13147531 or 7692855. OLE color: 7692855.

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

Color convert

RGB 55 98 117 -
CMYK 0.53 0.16 0 0.54
HSL 198.39º 0.36% 0.34% -
HSV(B) 198.39º 0.53% 0.46% -
XYZ 9.15 10.83 18.44 -
YUV 87.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 55 98 117 0.53 0.16 0 0.54 198.39 0.36 0.34
Hex 37 62 75 35 10 0 36 C6 24 22
Octal 67 142 165 65 20 0 66 306 44 42
Binary 110111 1100010 1110101 110101 10000 0 110110 11000110 100100 100010

Color Harmonies of #376275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376275

Black with #376275

Text Example


Text Example

White with #376275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376275; }

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

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

background-color css

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

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

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

border-color css

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

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

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