Html Css Color HEX #239880 Niagara

📋 copy color: '#239880'

red 35 ◦ green 152 ◦ blue 128

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

Shades of Niagara #239880

Tints of Niagara #239880

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 value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#239880 (or 0x239880) is known color: 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

RGB 35 152 128 -
CMYK 0.77 0 0.16 0.40
HSL 167.69º 0.63% 0.37% -
HSV(B) 167.69º 0.77% 0.6% -
XYZ 15.82 24.37 24.29 -
YUV 114.28 135.74 71.45 -
System Red Green Blue C M Y K H S L
Decimal 35 152 128 0.77 0 0.16 0.40 167.69 0.63 0.37
Hex 23 98 80 4D 0 10 28 A8 3F 25
Octal 43 230 200 115 0 20 50 250 77 45
Binary 100011 10011000 10000000 1001101 0 10000 101000 10101000 111111 100101

Color Harmonies of #239880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239880

Black with #239880

Text Example


Text Example

White with #239880

Text Example


Text Example

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