Html Css Color HEX #366377 Blumine

📋 copy color: '#366377'

red 54 ◦ green 99 ◦ blue 119

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

Shades of Blumine #366377

Tints of Blumine #366377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.4%

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

R = 19.85%
G = 36.4%
B = 43.75%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#366377 (or 0x366377) is known color: Blumine. HEX triplet: 36, 63 and 77. RGB value is (54,99,119). Sum of RGB (Red+Green+Blue) = 54+99+119=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #366377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366377 is #C99C88. Grayscale: #575757. Windows color (decimal): -13212809 or 7824182. OLE color: 7824182.

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

Color convert

RGB 54 99 119 -
CMYK 0.55 0.17 0 0.53
HSL 198.46º 0.38% 0.34% -
HSV(B) 198.46º 0.55% 0.47% -
XYZ 9.31 11.04 19.09 -
YUV 87.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 54 99 119 0.55 0.17 0 0.53 198.46 0.38 0.34
Hex 36 63 77 37 11 0 35 C6 26 22
Octal 66 143 167 67 21 0 65 306 46 42
Binary 110110 1100011 1110111 110111 10001 0 110101 11000110 100110 100010

Color Harmonies of #366377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366377

Black with #366377

Text Example


Text Example

White with #366377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366377; }

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

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

background-color css

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

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

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

border-color css

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

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

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