#316269

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

Shades of Blumine #316269

Tints of Blumine #316269

Color information

#316269 (or 0x316269) is unknown color: approx Blumine. HEX triplet: 31, 62 and 69. RGB value is (49,98,105). Sum of RGB (Red+Green+Blue) = 49+98+105=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #316269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316269 is #CE9D96. Grayscale: #545454. Windows color (decimal): -13540759 or 6906417. OLE color: 6906417.

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

Color convert

RGB4998105-
CMYK0.530.0700.59
HSL187.5º36.36%30.2%-
HSV(B)187.5º53.33%41.18%-
XYZ8.1810.4114.94-
YUV84.15139.77102.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=19.44%
G=38.89%
B=41.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49981050.530.0700.59187.536.3630.2
Hex31626935703Bbc241e
Octal611421516570732744436
Binary1100011100010110100111010111101110111011110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316269; }

 p { color: rgb(49,98,105); }

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

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

 a { background-color: rgb(49,98,105); }

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

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

 span { border-color: rgb(49,98,105); }

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