Html Css Color HEX #259584 Niagara

📋 copy color: '#259584'

red 37 ◦ green 149 ◦ blue 132

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

Shades of Niagara #259584

Tints of Niagara #259584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.86%

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 11.64%
G = 46.86%
B = 41.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#259584 (or 0x259584) is known color: Niagara. HEX triplet: 25, 95 and 84. RGB value is (37,149,132). Sum of RGB (Red+Green+Blue) = 37+149+132=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #259584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259584 is #DA6A7B. Grayscale: #717171. Windows color (decimal): -14314108 or 8688933. OLE color: 8688933.

HSL color Cylindrical-coordinate representation of color #259584: hue angle of 170.89º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259584 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 149 132 -
CMYK 0.75 0 0.11 0.42
HSL 170.89º 0.6% 0.36% -
HSV(B) 170.89º 0.75% 0.58% -
XYZ 15.68 23.55 25.55 -
YUV 113.57 138.39 73.38 -
System Red Green Blue C M Y K H S L
Decimal 37 149 132 0.75 0 0.11 0.42 170.89 0.6 0.36
Hex 25 95 84 4B 0 B 2A AB 3C 24
Octal 45 225 204 113 0 13 52 253 74 44
Binary 100101 10010101 10000100 1001011 0 1011 101010 10101011 111100 100100

Color Harmonies of #259584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259584

Black with #259584

Text Example


Text Example

White with #259584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259584; }

 p { color: rgb(37,149,132); }

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

background-color css

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

 a { background-color: rgb(37,149,132); }

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

border-color css

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

 span { border-color: rgb(37,149,132); }

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