Html Css Color HEX #298688 Atoll

📋 copy color: '#298688'

red 41 ◦ green 134 ◦ blue 136

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

Shades of Atoll #298688

Tints of Atoll #298688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.09%

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

R = 13.18%
G = 43.09%
B = 43.73%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#298688 (or 0x298688) is known color: Atoll. HEX triplet: 29, 86 and 88. RGB value is (41,134,136). Sum of RGB (Red+Green+Blue) = 41+134+136=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #298688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298688 is #D67977. Grayscale: #6A6A6A. Windows color (decimal): -14055800 or 8947241. OLE color: 8947241.

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

Color convert

RGB 41 134 136 -
CMYK 0.70 0.01 0 0.47
HSL 181.26º 0.54% 0.35% -
HSV(B) 181.26º 0.7% 0.53% -
XYZ 13.88 19.3 26.29 -
YUV 106.42 144.69 81.34 -
System Red Green Blue C M Y K H S L
Decimal 41 134 136 0.70 0.01 0 0.47 181.26 0.54 0.35
Hex 29 86 88 46 1 0 2F B5 36 23
Octal 51 206 210 106 1 0 57 265 66 43
Binary 101001 10000110 10001000 1000110 1 0 101111 10110101 110110 100011

Color Harmonies of #298688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298688

Black with #298688

Text Example


Text Example

White with #298688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298688; }

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

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

background-color css

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

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

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

border-color css

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

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

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