#25606B

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

Shades of Blumine #25606B

Tints of Blumine #25606B

Color information

#25606B (or 0x25606B) is unknown color: approx Blumine. HEX triplet: 25, 60 and 6B. RGB value is (37,96,107). Sum of RGB (Red+Green+Blue) = 37+96+107=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #25606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25606B is #DA9F94. Grayscale: #4F4F4F. Windows color (decimal): -14327701 or 7036965. OLE color: 7036965.

HSL color Cylindrical-coordinate representation of color #25606B: hue angle of 189.43º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25606B is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3796107-
CMYK0.650.1000.58
HSL189.43º48.61%28.24%-
HSV(B)189.43º65.42%41.96%-
XYZ7.69.8215.4-
YUV79.61143.4597.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.42%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=15.42%
G=40%
B=44.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37961070.650.1000.58189.4348.6128.24
Hex25606B41A03Abd311c
Octal45140153101120722756134
Binary100101110000011010111000001101001110101011110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25606B; }

 p { color: rgb(37,96,107); }

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

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

 a { background-color: rgb(37,96,107); }

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

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

 span { border-color: rgb(37,96,107); }

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