#366678

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

Shades of Blumine #366678

Tints of Blumine #366678

Color information

#366678 (or 0x366678) is unknown color: approx Blumine. HEX triplet: 36, 66 and 78. RGB value is (54,102,120). Sum of RGB (Red+Green+Blue) = 54+102+120=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #366678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366678 is #C99987. Grayscale: #595959. Windows color (decimal): -13212040 or 7890486. OLE color: 7890486.

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

Color convert

RGB54102120-
CMYK0.550.1500.53
HSL196.36º37.93%34.12%-
HSV(B)196.36º55%47.06%-
XYZ9.6611.6419.51-
YUV89.7145.1102.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.57%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=19.57%
G=36.96%
B=43.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal541021200.550.1500.53196.3637.9334.12
Hex36667837F035c42622
Octal6614617067170653044642
Binary110110110011011110001101111111011010111000100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366678; }

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

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

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

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

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

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

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

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