Html Css Color HEX #298189 Atoll

📋 copy color: '#298189'

red 41 ◦ green 129 ◦ blue 137

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

Shades of Atoll #298189

Tints of Atoll #298189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.02%

 BLUE value IS 137 (53.91% from 255) = 44.63%

R = 13.36%
G = 42.02%
B = 44.63%

CMYK

 C value IS 0.70

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#298189 (or 0x298189) is known color: Atoll. HEX triplet: 29, 81 and 89. RGB value is (41,129,137). Sum of RGB (Red+Green+Blue) = 41+129+137=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #298189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298189 is #D67E76. Grayscale: #676767. Windows color (decimal): -14057079 or 9011497. OLE color: 9011497.

HSL color Cylindrical-coordinate representation of color #298189: hue angle of 185º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298189 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 129 137 -
CMYK 0.70 0.06 0 0.46
HSL 185º 0.54% 0.35% -
HSV(B) 185º 0.7% 0.54% -
XYZ 13.28 17.98 26.44 -
YUV 103.6 146.85 83.35 -
System Red Green Blue C M Y K H S L
Decimal 41 129 137 0.70 0.06 0 0.46 185 0.54 0.35
Hex 29 81 89 46 6 0 2E B9 36 23
Octal 51 201 211 106 6 0 56 271 66 43
Binary 101001 10000001 10001001 1000110 110 0 101110 10111001 110110 100011

Color Harmonies of #298189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298189

Black with #298189

Text Example


Text Example

White with #298189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298189; }

 p { color: rgb(41,129,137); }

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

background-color css

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

 a { background-color: rgb(41,129,137); }

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

border-color css

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

 span { border-color: rgb(41,129,137); }

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