#25616D

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

Shades of Blumine #25616D

Tints of Blumine #25616D

Color information

#25616D (or 0x25616D) is unknown color: approx Blumine. HEX triplet: 25, 61 and 6D. RGB value is (37,97,109). Sum of RGB (Red+Green+Blue) = 37+97+109=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #25616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25616D is #DA9E92. Grayscale: #505050. Windows color (decimal): -14327443 or 7168293. OLE color: 7168293.

HSL color Cylindrical-coordinate representation of color #25616D: hue angle of 190º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25616D is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3797109-
CMYK0.660.1100.57
HSL190º49.32%28.63%-
HSV(B)190º66.06%42.75%-
XYZ7.810.0516-
YUV80.43144.1297.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=15.23%
G=39.92%
B=44.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37971090.660.1100.5719049.3228.63
Hex25616D42B039be311d
Octal45141155102130712766135
Binary100101110000111011011000010101101110011011111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25616D; }

 p { color: rgb(37,97,109); }

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

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

 a { background-color: rgb(37,97,109); }

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

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

 span { border-color: rgb(37,97,109); }

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