#336075

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

Shades of Blumine #336075

Tints of Blumine #336075

Color information

#336075 (or 0x336075) is unknown color: approx Blumine. HEX triplet: 33, 60 and 75. RGB value is (51,96,117). Sum of RGB (Red+Green+Blue) = 51+96+117=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #336075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336075 is #CC9F8A. Grayscale: #545454. Windows color (decimal): -13410187 or 7692339. OLE color: 7692339.

HSL color Cylindrical-coordinate representation of color #336075: hue angle of 199.09º 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 #336075 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5196117-
CMYK0.560.1800.54
HSL199.09º39.29%32.94%-
HSV(B)199.09º56.41%45.88%-
XYZ8.7610.3518.37-
YUV84.94146.09103.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=19.32%
G=36.36%
B=44.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51961170.560.1800.54199.0939.2932.94
Hex3360753812036c72721
Octal6314016570220663074741
Binary1100111100000111010111100010010011011011000111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336075; }

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

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

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

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

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

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

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

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