Html Css Color HEX #299888 Niagara

📋 copy color: '#299888'

red 41 ◦ green 152 ◦ blue 136

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

Shades of Niagara #299888

Tints of Niagara #299888

RGB

 RED value IS 41 (16.41% from 255) = 12.46%

 GREEN value IS 152 (59.77% from 255) = 46.2%

 BLUE value IS 136 (53.52% from 255) = 41.34%

R = 12.46%
G = 46.2%
B = 41.34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#299888 (or 0x299888) is known color: Niagara. HEX triplet: 29, 98 and 88. RGB value is (41,152,136). Sum of RGB (Red+Green+Blue) = 41+152+136=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #299888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299888 is #D66777. Grayscale: #747474. Windows color (decimal): -14051192 or 8951849. OLE color: 8951849.

HSL color Cylindrical-coordinate representation of color #299888: hue angle of 171.35º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299888 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 152 136 -
CMYK 0.73 0 0.11 0.40
HSL 171.35º 0.58% 0.38% -
HSV(B) 171.35º 0.73% 0.6% -
XYZ 16.59 24.71 27.19 -
YUV 116.99 138.73 73.8 -
System Red Green Blue C M Y K H S L
Decimal 41 152 136 0.73 0 0.11 0.40 171.35 0.58 0.38
Hex 29 98 88 49 0 B 28 AB 3A 26
Octal 51 230 210 111 0 13 50 253 72 46
Binary 101001 10011000 10001000 1001001 0 1011 101000 10101011 111010 100110

Color Harmonies of #299888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299888

Black with #299888

Text Example


Text Example

White with #299888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299888; }

 p { color: rgb(41,152,136); }

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

background-color css

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

 a { background-color: rgb(41,152,136); }

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

border-color css

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

 span { border-color: rgb(41,152,136); }

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