Html Css Color HEX #366379 Blumine

📋 copy color: '#366379'

red 54 ◦ green 99 ◦ blue 121

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

Shades of Blumine #366379

Tints of Blumine #366379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.16%

R = 19.71%
G = 36.13%
B = 44.16%

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

#366379 (or 0x366379) is known color: Blumine. HEX triplet: 36, 63 and 79. RGB value is (54,99,121). Sum of RGB (Red+Green+Blue) = 54+99+121=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #366379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366379 is #C99C86. Grayscale: #575757. Windows color (decimal): -13212807 or 7955254. OLE color: 7955254.

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

Color convert

RGB 54 99 121 -
CMYK 0.55 0.18 0 0.53
HSL 199.7º 0.38% 0.34% -
HSV(B) 199.7º 0.55% 0.47% -
XYZ 9.43 11.09 19.73 -
YUV 88.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 54 99 121 0.55 0.18 0 0.53 199.7 0.38 0.34
Hex 36 63 79 37 12 0 35 C8 26 22
Octal 66 143 171 67 22 0 65 310 46 42
Binary 110110 1100011 1111001 110111 10010 0 110101 11001000 100110 100010

Color Harmonies of #366379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366379

Black with #366379

Text Example


Text Example

White with #366379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366379; }

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

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

background-color css

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

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

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

border-color css

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

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

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