Html Css Color HEX #376075 Blumine

📋 copy color: '#376075'

red 55 ◦ green 96 ◦ blue 117

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

Shades of Blumine #376075

Tints of Blumine #376075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.82%

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

R = 20.52%
G = 35.82%
B = 43.66%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#376075 (or 0x376075) is known color: Blumine. HEX triplet: 37, 60 and 75. RGB value is (55,96,117). Sum of RGB (Red+Green+Blue) = 55+96+117=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #376075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376075 is #C89F8A. Grayscale: #565656. Windows color (decimal): -13148043 or 7692343. OLE color: 7692343.

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

Color convert

RGB 55 96 117 -
CMYK 0.53 0.18 0 0.54
HSL 200.32º 0.36% 0.34% -
HSV(B) 200.32º 0.53% 0.46% -
XYZ 8.97 10.46 18.38 -
YUV 86.14 145.42 105.79 -
System Red Green Blue C M Y K H S L
Decimal 55 96 117 0.53 0.18 0 0.54 200.32 0.36 0.34
Hex 37 60 75 35 12 0 36 C8 24 22
Octal 67 140 165 65 22 0 66 310 44 42
Binary 110111 1100000 1110101 110101 10010 0 110110 11001000 100100 100010

Color Harmonies of #376075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376075

Black with #376075

Text Example


Text Example

White with #376075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376075; }

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

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

background-color css

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

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

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

border-color css

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

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

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