#366274

Color #366274 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #366274

Tints of Blumine #366274

Color information

#366274 (or 0x366274) is unknown color: approx Blumine. HEX triplet: 36, 62 and 74. RGB value is (54,98,116). Sum of RGB (Red+Green+Blue) = 54+98+116=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #366274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366274 is #C99D8B. Grayscale: #565656. Windows color (decimal): -13213068 or 7627318. OLE color: 7627318.

HSL color Cylindrical-coordinate representation of color #366274: hue angle of 197.42º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #366274 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5498116-
CMYK0.530.1600.55
HSL197.42º36.47%33.33%-
HSV(B)197.42º53.45%45.49%-
XYZ9.0410.7818.13-
YUV86.9144.42104.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 116 (45.70% from 255) = 43.28%
R=20.15%
G=36.57%
B=43.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54981160.530.1600.55197.4236.4733.33
Hex3662743510037c52421
Octal6614216465200673054441
Binary1101101100010111010011010110000011011111000101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366274; }

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

 H1.HeaderClassName
 {
   color: #366274;
 }
 .AnyTagClassName
 {
   color: #366274;
 }
</style>
background-color css

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

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

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

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

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

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