Html Css Color HEX #25616C Blumine

📋 copy color: '#25616C'

red 37 ◦ green 97 ◦ blue 108

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

Shades of Blumine #25616C

Tints of Blumine #25616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.08%

 BLUE value IS 108 (42.58% from 255) = 44.63%

R = 15.29%
G = 40.08%
B = 44.63%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25616C (or 0x25616C) is known color: Blumine. HEX triplet: 25, 61 and 6C. RGB value is (37,97,108). Sum of RGB (Red+Green+Blue) = 37+97+108=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #25616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25616C is #DA9E93. Grayscale: #505050. Windows color (decimal): -14327444 or 7102757. OLE color: 7102757.

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

Color convert

RGB 37 97 108 -
CMYK 0.66 0.10 0 0.58
HSL 189.3º 0.49% 0.28% -
HSV(B) 189.3º 0.66% 0.42% -
XYZ 7.74 10.03 15.71 -
YUV 80.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 37 97 108 0.66 0.10 0 0.58 189.3 0.49 0.28
Hex 25 61 6C 42 A 0 3A BD 31 1C
Octal 45 141 154 102 12 0 72 275 61 34
Binary 100101 1100001 1101100 1000010 1010 0 111010 10111101 110001 11100

Color Harmonies of #25616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25616C

Black with #25616C

Text Example


Text Example

White with #25616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25616C;
 }
 .AnyTagClassName
 {
   color: #25616C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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