Html Css Color HEX #366177 Blumine

📋 copy color: '#366177'

red 54 ◦ green 97 ◦ blue 119

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

Shades of Blumine #366177

Tints of Blumine #366177

RGB

 RED value IS 54 (21.48% from 255) = 20%

 GREEN value IS 97 (38.28% from 255) = 35.93%

 BLUE value IS 119 (46.88% from 255) = 44.07%

R = 20%
G = 35.93%
B = 44.07%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#366177 (or 0x366177) is known color: Blumine. HEX triplet: 36, 61 and 77. RGB value is (54,97,119). Sum of RGB (Red+Green+Blue) = 54+97+119=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #366177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366177 is #C99E88. Grayscale: #565656. Windows color (decimal): -13213321 or 7823670. OLE color: 7823670.

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

Color convert

RGB 54 97 119 -
CMYK 0.55 0.18 0 0.53
HSL 200.31º 0.38% 0.34% -
HSV(B) 200.31º 0.55% 0.47% -
XYZ 9.13 10.67 19.03 -
YUV 86.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 54 97 119 0.55 0.18 0 0.53 200.31 0.38 0.34
Hex 36 61 77 37 12 0 35 C8 26 22
Octal 66 141 167 67 22 0 65 310 46 42
Binary 110110 1100001 1110111 110111 10010 0 110101 11001000 100110 100010

Color Harmonies of #366177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366177

Black with #366177

Text Example


Text Example

White with #366177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366177; }

 p { color: rgb(54,97,119); }

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

background-color css

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

 a { background-color: rgb(54,97,119); }

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

border-color css

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

 span { border-color: rgb(54,97,119); }

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