Html Css Color HEX #366076 Blumine

📋 copy color: '#366076'

red 54 ◦ green 96 ◦ blue 118

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

Shades of Blumine #366076

Tints of Blumine #366076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.82%

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

R = 20.15%
G = 35.82%
B = 44.03%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#366076 (or 0x366076) is known color: Blumine. HEX triplet: 36, 60 and 76. RGB value is (54,96,118). Sum of RGB (Red+Green+Blue) = 54+96+118=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #366076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366076 is #C99F89. Grayscale: #555555. Windows color (decimal): -13213578 or 7757878. OLE color: 7757878.

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

Color convert

RGB 54 96 118 -
CMYK 0.54 0.19 0 0.54
HSL 200.63º 0.37% 0.34% -
HSV(B) 200.63º 0.54% 0.46% -
XYZ 8.97 10.46 18.69 -
YUV 85.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 54 96 118 0.54 0.19 0 0.54 200.63 0.37 0.34
Hex 36 60 76 36 13 0 36 C9 25 22
Octal 66 140 166 66 23 0 66 311 45 42
Binary 110110 1100000 1110110 110110 10011 0 110110 11001001 100101 100010

Color Harmonies of #366076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366076

Black with #366076

Text Example


Text Example

White with #366076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366076; }

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

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

background-color css

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

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

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

border-color css

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

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

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