Html Css Color HEX #25606D Blumine

📋 copy color: '#25606D'

red 37 ◦ green 96 ◦ blue 109

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

Shades of Blumine #25606D

Tints of Blumine #25606D

RGB

 RED value IS 37 (14.84% from 255) = 15.29%

 GREEN value IS 96 (37.89% from 255) = 39.67%

 BLUE value IS 109 (42.97% from 255) = 45.04%

R = 15.29%
G = 39.67%
B = 45.04%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25606D (or 0x25606D) is known color: Blumine. HEX triplet: 25, 60 and 6D. RGB value is (37,96,109). Sum of RGB (Red+Green+Blue) = 37+96+109=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #25606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25606D is #DA9F92. Grayscale: #4F4F4F. Windows color (decimal): -14327699 or 7168037. OLE color: 7168037.

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

Color convert

RGB 37 96 109 -
CMYK 0.66 0.12 0 0.57
HSL 190.83º 0.49% 0.29% -
HSV(B) 190.83º 0.66% 0.43% -
XYZ 7.71 9.86 15.97 -
YUV 79.84 144.45 97.44 -
System Red Green Blue C M Y K H S L
Decimal 37 96 109 0.66 0.12 0 0.57 190.83 0.49 0.29
Hex 25 60 6D 42 C 0 39 BF 31 1D
Octal 45 140 155 102 14 0 71 277 61 35
Binary 100101 1100000 1101101 1000010 1100 0 111001 10111111 110001 11101

Color Harmonies of #25606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25606D

Black with #25606D

Text Example


Text Example

White with #25606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25606D;
 }
 .AnyTagClassName
 {
   color: #25606D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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