Html Css Color HEX #366279 Blumine

📋 copy color: '#366279'

red 54 ◦ green 98 ◦ blue 121

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

Shades of Blumine #366279

Tints of Blumine #366279

RGB

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

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

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

R = 19.78%
G = 35.9%
B = 44.32%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#366279 (or 0x366279) is known color: Blumine. HEX triplet: 36, 62 and 79. RGB value is (54,98,121). Sum of RGB (Red+Green+Blue) = 54+98+121=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #366279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366279 is #C99D86. Grayscale: #575757. Windows color (decimal): -13213063 or 7954998. OLE color: 7954998.

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

Color convert

RGB 54 98 121 -
CMYK 0.55 0.19 0 0.53
HSL 200.6º 0.38% 0.34% -
HSV(B) 200.6º 0.55% 0.47% -
XYZ 9.34 10.9 19.7 -
YUV 87.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 54 98 121 0.55 0.19 0 0.53 200.6 0.38 0.34
Hex 36 62 79 37 13 0 35 C9 26 22
Octal 66 142 171 67 23 0 65 311 46 42
Binary 110110 1100010 1111001 110111 10011 0 110101 11001001 100110 100010

Color Harmonies of #366279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366279

Black with #366279

Text Example


Text Example

White with #366279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366279; }

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

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

background-color css

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

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

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

border-color css

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

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

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