Html Css Color HEX #366679 Blumine

📋 copy color: '#366679'

red 54 ◦ green 102 ◦ blue 121

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

Shades of Blumine #366679

Tints of Blumine #366679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.82%

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

R = 19.49%
G = 36.82%
B = 43.68%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#366679 (or 0x366679) is known color: Blumine. HEX triplet: 36, 66 and 79. RGB value is (54,102,121). Sum of RGB (Red+Green+Blue) = 54+102+121=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #366679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366679 is #C99986. Grayscale: #595959. Windows color (decimal): -13212039 or 7956022. OLE color: 7956022.

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

Color convert

RGB 54 102 121 -
CMYK 0.55 0.16 0 0.53
HSL 197.01º 0.38% 0.34% -
HSV(B) 197.01º 0.55% 0.47% -
XYZ 9.72 11.67 19.83 -
YUV 89.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 54 102 121 0.55 0.16 0 0.53 197.01 0.38 0.34
Hex 36 66 79 37 10 0 35 C5 26 22
Octal 66 146 171 67 20 0 65 305 46 42
Binary 110110 1100110 1111001 110111 10000 0 110101 11000101 100110 100010

Color Harmonies of #366679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366679

Black with #366679

Text Example


Text Example

White with #366679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366679; }

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

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

background-color css

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

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

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

border-color css

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

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

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