Html Css Color HEX #239582 Niagara

📋 copy color: '#239582'

red 35 ◦ green 149 ◦ blue 130

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

Shades of Niagara #239582

Tints of Niagara #239582

RGB

 RED value IS 35 (14.06% from 255) = 11.15%

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

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 11.15%
G = 47.45%
B = 41.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#239582 (or 0x239582) is known color: Niagara. HEX triplet: 23, 95 and 82. RGB value is (35,149,130). Sum of RGB (Red+Green+Blue) = 35+149+130=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #239582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239582 is #DC6A7D. Grayscale: #707070. Windows color (decimal): -14445182 or 8557859. OLE color: 8557859.

HSL color Cylindrical-coordinate representation of color #239582: hue angle of 170º degrees, saturation: 0.62, 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 #239582 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 149 130 -
CMYK 0.77 0 0.13 0.42
HSL 170º 0.62% 0.36% -
HSV(B) 170º 0.77% 0.58% -
XYZ 15.47 23.46 24.83 -
YUV 112.75 137.73 72.54 -
System Red Green Blue C M Y K H S L
Decimal 35 149 130 0.77 0 0.13 0.42 170 0.62 0.36
Hex 23 95 82 4D 0 D 2A AA 3E 24
Octal 43 225 202 115 0 15 52 252 76 44
Binary 100011 10010101 10000010 1001101 0 1101 101010 10101010 111110 100100

Color Harmonies of #239582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239582

Black with #239582

Text Example


Text Example

White with #239582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239582; }

 p { color: rgb(35,149,130); }

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

background-color css

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

 a { background-color: rgb(35,149,130); }

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

border-color css

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

 span { border-color: rgb(35,149,130); }

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