Html Css Color HEX #25606B Blumine

📋 copy color: '#25606B'

red 37 ◦ green 96 ◦ blue 107

#25606B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #25606B

Tints of Blumine #25606B

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 value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25606B (or 0x25606B) is known color: 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

RGB 37 96 107 -
CMYK 0.65 0.10 0 0.58
HSL 189.43º 0.49% 0.28% -
HSV(B) 189.43º 0.65% 0.42% -
XYZ 7.6 9.82 15.4 -
YUV 79.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 37 96 107 0.65 0.10 0 0.58 189.43 0.49 0.28
Hex 25 60 6B 41 A 0 3A BD 31 1C
Octal 45 140 153 101 12 0 72 275 61 34
Binary 100101 1100000 1101011 1000001 1010 0 111010 10111101 110001 11100

Color Harmonies of #25606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25606B

Black with #25606B

Text Example


Text Example

White with #25606B

Text Example


Text Example

HTML Codes & Css Web 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>