#326073

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

Shades of Blumine #326073

Tints of Blumine #326073

Color information

#326073 (or 0x326073) is unknown color: approx Blumine. HEX triplet: 32, 60 and 73. RGB value is (50,96,115). Sum of RGB (Red+Green+Blue) = 50+96+115=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #326073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326073 is #CD9F8C. Grayscale: #545454. Windows color (decimal): -13475725 or 7561266. OLE color: 7561266.

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

Color convert

RGB5096115-
CMYK0.570.1700.55
HSL197.54º39.39%32.35%-
HSV(B)197.54º56.52%45.1%-
XYZ8.5910.2817.75-
YUV84.41145.26103.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=19.16%
G=36.78%
B=44.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50961150.570.1700.55197.5439.3932.35
Hex3260733911037c62720
Octal6214016371210673064740
Binary1100101100000111001111100110001011011111000110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326073; }

 p { color: rgb(50,96,115); }

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

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

 a { background-color: rgb(50,96,115); }

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

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

 span { border-color: rgb(50,96,115); }

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