#336275

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

Shades of Blumine #336275

Tints of Blumine #336275

Color information

#336275 (or 0x336275) is unknown color: approx Blumine. HEX triplet: 33, 62 and 75. RGB value is (51,98,117). Sum of RGB (Red+Green+Blue) = 51+98+117=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #336275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336275 is #CC9D8A. Grayscale: #555555. Windows color (decimal): -13409675 or 7692851. OLE color: 7692851.

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

Color convert

RGB5198117-
CMYK0.560.1600.54
HSL197.27º39.29%32.94%-
HSV(B)197.27º56.41%45.88%-
XYZ8.9410.7218.43-
YUV86.11145.43102.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 98 (38.67% from 255) = 36.84%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=19.17%
G=36.84%
B=43.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51981170.560.1600.54197.2739.2932.94
Hex3362753810036c52721
Octal6314216570200663054741
Binary1100111100010111010111100010000011011011000101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336275; }

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

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

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

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

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

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

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

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