#336268

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

Shades of Blumine #336268

Tints of Blumine #336268

Color information

#336268 (or 0x336268) is unknown color: approx Blumine. HEX triplet: 33, 62 and 68. RGB value is (51,98,104). Sum of RGB (Red+Green+Blue) = 51+98+104=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #336268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336268 is #CC9D97. Grayscale: #545454. Windows color (decimal): -13409688 or 6840883. OLE color: 6840883.

HSL color Cylindrical-coordinate representation of color #336268: hue angle of 186.79º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #336268 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5198104-
CMYK0.510.0600.59
HSL186.79º34.19%30.39%-
HSV(B)186.79º50.96%40.78%-
XYZ8.2310.4414.68-
YUV84.63138.93104.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=20.16%
G=38.74%
B=41.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51981040.510.0600.59186.7934.1930.39
Hex33626833603Bbb221e
Octal631421506360732734236
Binary1100111100010110100011001111001110111011101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336268; }

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

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

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

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

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

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

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

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