#229480

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

Shades of Niagara #229480

Tints of Niagara #229480

Color information

#229480 (or 0x229480) is unknown color: approx Niagara. HEX triplet: 22, 94 and 80. RGB value is (34,148,128). Sum of RGB (Red+Green+Blue) = 34+148+128=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #229480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229480 is #DD6B7F. Grayscale: #6F6F6F. Windows color (decimal): -14510976 or 8426530. OLE color: 8426530.

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

Color convert

RGB34148128-
CMYK0.7700.140.42
HSL169.47º62.64%35.69%-
HSV(B)169.47º77.03%58.04%-
XYZ15.1523.0824.08-
YUV111.63137.2372.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.97%
GREEN value IS 148 (58.20% from 255) = 47.74%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=10.97%
G=47.74%
B=41.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341481280.7700.140.42169.4762.6435.69
Hex2294804D0E2Aa93f24
Octal42224200115016522517744
Binary100010100101001000000010011010111010101010101001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229480; }

 p { color: rgb(34,148,128); }

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

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

 a { background-color: rgb(34,148,128); }

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

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

 span { border-color: rgb(34,148,128); }

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