#269584

Color #269584 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #269584

Tints of Niagara #269584

Color information

#269584 (or 0x269584) is unknown color: approx Niagara. HEX triplet: 26, 95 and 84. RGB value is (38,149,132). Sum of RGB (Red+Green+Blue) = 38+149+132=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #269584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269584 is #D96A7B. Grayscale: #717171. Windows color (decimal): -14248572 or 8688934. OLE color: 8688934.

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

Color convert

RGB38149132-
CMYK0.7400.110.42
HSL170.81º59.36%36.67%-
HSV(B)170.81º74.5%58.43%-
XYZ15.7123.5725.55-
YUV113.87138.2373.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.91%
GREEN value IS 149 (58.59% from 255) = 46.71%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=11.91%
G=46.71%
B=41.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381491320.7400.110.42170.8159.3636.67
Hex2695844A0B2Aab3b25
Octal46225204112013522537345
Binary100110100101011000010010010100101110101010101011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269584; }

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

 H1.HeaderClassName
 {
   color: #269584;
 }
 .AnyTagClassName
 {
   color: #269584;
 }
</style>
background-color css

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

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

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

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

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

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