Html Css Color HEX #366979 Blumine

📋 copy color: '#366979'

red 54 ◦ green 105 ◦ blue 121

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

Shades of Blumine #366979

Tints of Blumine #366979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.5%

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

R = 19.29%
G = 37.5%
B = 43.21%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#366979 (or 0x366979) is known color: Blumine. HEX triplet: 36, 69 and 79. RGB value is (54,105,121). Sum of RGB (Red+Green+Blue) = 54+105+121=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #366979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366979 is #C99686. Grayscale: #5B5B5B. Windows color (decimal): -13211271 or 7956790. OLE color: 7956790.

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

Color convert

RGB 54 105 121 -
CMYK 0.55 0.13 0 0.53
HSL 194.33º 0.38% 0.34% -
HSV(B) 194.33º 0.55% 0.47% -
XYZ 10.02 12.27 19.93 -
YUV 91.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 54 105 121 0.55 0.13 0 0.53 194.33 0.38 0.34
Hex 36 69 79 37 D 0 35 C2 26 22
Octal 66 151 171 67 15 0 65 302 46 42
Binary 110110 1101001 1111001 110111 1101 0 110101 11000010 100110 100010

Color Harmonies of #366979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366979

Black with #366979

Text Example


Text Example

White with #366979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366979; }

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

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

background-color css

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

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

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

border-color css

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

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

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