#336672

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

Shades of Blumine #336672

Tints of Blumine #336672

Color information

#336672 (or 0x336672) is unknown color: approx Blumine. HEX triplet: 33, 66 and 72. RGB value is (51,102,114). Sum of RGB (Red+Green+Blue) = 51+102+114=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #336672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336672 is #CC998D. Grayscale: #585858. Windows color (decimal): -13408654 or 7497267. OLE color: 7497267.

HSL color Cylindrical-coordinate representation of color #336672: hue angle of 191.43º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336672 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB51102114-
CMYK0.550.1100.55
HSL191.43º38.18%32.35%-
HSV(B)191.43º55.26%44.71%-
XYZ9.1511.4217.64-
YUV88.12142.6101.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=19.10%
G=38.20%
B=42.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511021140.550.1100.55191.4338.1832.35
Hex33667237B037bf2620
Octal6314616267130672774640
Binary110011110011011100101101111011011011110111111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336672; }

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

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

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

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

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

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

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

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