Html Css Color HEX #366776 Blumine

📋 copy color: '#366776'

red 54 ◦ green 103 ◦ blue 118

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

Shades of Blumine #366776

Tints of Blumine #366776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.45%

 BLUE value IS 118 (46.48% from 255) = 42.91%

R = 19.64%
G = 37.45%
B = 42.91%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#366776 (or 0x366776) is known color: Blumine. HEX triplet: 36, 67 and 76. RGB value is (54,103,118). Sum of RGB (Red+Green+Blue) = 54+103+118=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #366776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366776 is #C99889. Grayscale: #595959. Windows color (decimal): -13211786 or 7759670. OLE color: 7759670.

HSL color Cylindrical-coordinate representation of color #366776: hue angle of 194.06º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #366776 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 103 118 -
CMYK 0.54 0.13 0 0.54
HSL 194.06º 0.37% 0.34% -
HSV(B) 194.06º 0.54% 0.46% -
XYZ 9.64 11.79 18.91 -
YUV 90.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 54 103 118 0.54 0.13 0 0.54 194.06 0.37 0.34
Hex 36 67 76 36 D 0 36 C2 25 22
Octal 66 147 166 66 15 0 66 302 45 42
Binary 110110 1100111 1110110 110110 1101 0 110110 11000010 100101 100010

Color Harmonies of #366776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366776

Black with #366776

Text Example


Text Example

White with #366776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366776; }

 p { color: rgb(54,103,118); }

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

background-color css

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

 a { background-color: rgb(54,103,118); }

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

border-color css

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

 span { border-color: rgb(54,103,118); }

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