#336273

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

Shades of Blumine #336273

Tints of Blumine #336273

Color information

#336273 (or 0x336273) is unknown color: approx Blumine. HEX triplet: 33, 62 and 73. RGB value is (51,98,115). Sum of RGB (Red+Green+Blue) = 51+98+115=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #336273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336273 is #CC9D8C. Grayscale: #555555. Windows color (decimal): -13409677 or 7561779. OLE color: 7561779.

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

Color convert

RGB5198115-
CMYK0.560.1500.55
HSL195.94º38.55%32.55%-
HSV(B)195.94º55.65%45.1%-
XYZ8.8310.6817.82-
YUV85.88144.43103.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=19.32%
G=37.12%
B=43.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51981150.560.1500.55195.9438.5532.55
Hex33627338F037c42721
Octal6314216370170673044741
Binary110011110001011100111110001111011011111000100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336273; }

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

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

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

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

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

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

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

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