Html Css Color HEX #298089 Atoll

📋 copy color: '#298089'

red 41 ◦ green 128 ◦ blue 137

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

Shades of Atoll #298089

Tints of Atoll #298089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.83%

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

R = 13.4%
G = 41.83%
B = 44.77%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#298089 (or 0x298089) is known color: Atoll. HEX triplet: 29, 80 and 89. RGB value is (41,128,137). Sum of RGB (Red+Green+Blue) = 41+128+137=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #298089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298089 is #D67F76. Grayscale: #666666. Windows color (decimal): -14057335 or 9011241. OLE color: 9011241.

HSL color Cylindrical-coordinate representation of color #298089: hue angle of 185.62º 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 #298089 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 128 137 -
CMYK 0.70 0.07 0 0.46
HSL 185.63º 0.54% 0.35% -
HSV(B) 185.63º 0.7% 0.54% -
XYZ 13.15 17.72 26.39 -
YUV 103.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 41 128 137 0.70 0.07 0 0.46 185.63 0.54 0.35
Hex 29 80 89 46 7 0 2E BA 36 23
Octal 51 200 211 106 7 0 56 272 66 43
Binary 101001 10000000 10001001 1000110 111 0 101110 10111010 110110 100011

Color Harmonies of #298089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298089

Black with #298089

Text Example


Text Example

White with #298089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298089; }

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

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

background-color css

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

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

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

border-color css

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

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

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