Html Css Color HEX #25616E Blumine

📋 copy color: '#25616E'

red 37 ◦ green 97 ◦ blue 110

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

Shades of Blumine #25616E

Tints of Blumine #25616E

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 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

#25616E (or 0x25616E) is known color: 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

RGB 37 97 110 -
CMYK 0.66 0.12 0 0.57
HSL 190.68º 0.5% 0.29% -
HSV(B) 190.68º 0.66% 0.43% -
XYZ 7.85 10.07 16.28 -
YUV 80.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 37 97 110 0.66 0.12 0 0.57 190.68 0.5 0.29
Hex 25 61 6E 42 C 0 39 BF 32 1D
Octal 45 141 156 102 14 0 71 277 62 35
Binary 100101 1100001 1101110 1000010 1100 0 111001 10111111 110010 11101

Color Harmonies of #25616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25616E

Black with #25616E

Text Example


Text Example

White with #25616E

Text Example


Text Example

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