#336674

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

Shades of Blumine #336674

Tints of Blumine #336674

Color information

#336674 (or 0x336674) is unknown color: approx Blumine. HEX triplet: 33, 66 and 74. RGB value is (51,102,116). Sum of RGB (Red+Green+Blue) = 51+102+116=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #336674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336674 is #CC998B. Grayscale: #585858. Windows color (decimal): -13408652 or 7628339. OLE color: 7628339.

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

Color convert

RGB51102116-
CMYK0.560.1200.55
HSL192.92º38.92%32.75%-
HSV(B)192.92º56.03%45.49%-
XYZ9.2711.4718.25-
YUV88.35143.6101.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 116 (45.70% from 255) = 43.12%
R=18.96%
G=37.92%
B=43.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511021160.560.1200.55192.9238.9232.75
Hex33667438C037c12721
Octal6314616470140673014741
Binary110011110011011101001110001100011011111000001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336674; }

 p { color: rgb(51,102,116); }

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

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

 a { background-color: rgb(51,102,116); }

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

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

 span { border-color: rgb(51,102,116); }

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