#239880

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

Shades of Niagara #239880

Tints of Niagara #239880

Color information

#239880 (or 0x239880) is unknown color: approx Niagara. HEX triplet: 23, 98 and 80. RGB value is (35,152,128). Sum of RGB (Red+Green+Blue) = 35+152+128=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #239880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239880 is #DC677F. Grayscale: #727272. Windows color (decimal): -14444416 or 8427555. OLE color: 8427555.

HSL color Cylindrical-coordinate representation of color #239880: hue angle of 167.69º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239880 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB35152128-
CMYK0.7700.160.40
HSL167.69º62.57%36.67%-
HSV(B)167.69º76.97%59.61%-
XYZ15.8224.3724.29-
YUV114.28135.7471.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.11%
GREEN value IS 152 (59.77% from 255) = 48.25%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=11.11%
G=48.25%
B=40.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal351521280.7700.160.40167.6962.5736.67
Hex2398804D01028a83f25
Octal43230200115020502507745
Binary1000111001100010000000100110101000010100010101000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239880; }

 p { color: rgb(35,152,128); }

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

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

 a { background-color: rgb(35,152,128); }

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

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

 span { border-color: rgb(35,152,128); }

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