#336272

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

Shades of Blumine #336272

Tints of Blumine #336272

Color information

#336272 (or 0x336272) is unknown color: approx Blumine. HEX triplet: 33, 62 and 72. RGB value is (51,98,114). Sum of RGB (Red+Green+Blue) = 51+98+114=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #336272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336272 is #CC9D8D. Grayscale: #555555. Windows color (decimal): -13409678 or 7496243. OLE color: 7496243.

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

Color convert

RGB5198114-
CMYK0.550.1400.55
HSL195.24º38.18%32.35%-
HSV(B)195.24º55.26%44.71%-
XYZ8.7710.6517.51-
YUV85.77143.93103.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=19.39%
G=37.26%
B=43.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51981140.550.1400.55195.2438.1832.35
Hex33627237E037c32620
Octal6314216267160673034640
Binary110011110001011100101101111110011011111000011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336272; }

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

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

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

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

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

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

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

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