#25616E

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

Shades of Blumine #25616E

Tints of Blumine #25616E

Color information

#25616E (or 0x25616E) is unknown color: approx Blumine. HEX triplet: 25, 61 and 6E. RGB value is (37,97,110). Sum of RGB (Red+Green+Blue) = 37+97+110=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #25616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25616E is #DA9E91. Grayscale: #505050. Windows color (decimal): -14327442 or 7233829. OLE color: 7233829.

HSL color Cylindrical-coordinate representation of color #25616E: hue angle of 190.68º degrees, saturation: 0.5, 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 #25616E is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3797110-
CMYK0.660.1200.57
HSL190.68º49.66%28.82%-
HSV(B)190.68º66.36%43.14%-
XYZ7.8510.0716.28-
YUV80.54144.6296.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.16%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=15.16%
G=39.75%
B=45.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37971100.660.1200.57190.6849.6628.82
Hex25616E42C039bf321d
Octal45141156102140712776235
Binary100101110000111011101000010110001110011011111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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