Html Css Color HEX #298987 Atoll

📋 copy color: '#298987'

red 41 ◦ green 137 ◦ blue 135

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

Shades of Atoll #298987

Tints of Atoll #298987

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.77%

 BLUE value IS 135 (53.13% from 255) = 43.13%

R = 13.1%
G = 43.77%
B = 43.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#298987 (or 0x298987) is known color: Atoll. HEX triplet: 29, 89 and 87. RGB value is (41,137,135). Sum of RGB (Red+Green+Blue) = 41+137+135=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #298987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298987 is #D67678. Grayscale: #6B6B6B. Windows color (decimal): -14055033 or 8882473. OLE color: 8882473.

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

Color convert

RGB 41 137 135 -
CMYK 0.70 0 0.01 0.46
HSL 178.75º 0.54% 0.35% -
HSV(B) 178.75º 0.7% 0.54% -
XYZ 14.23 20.11 26.05 -
YUV 108.07 143.2 80.16 -
System Red Green Blue C M Y K H S L
Decimal 41 137 135 0.70 0 0.01 0.46 178.75 0.54 0.35
Hex 29 89 87 46 0 1 2E B3 36 23
Octal 51 211 207 106 0 1 56 263 66 43
Binary 101001 10001001 10000111 1000110 0 1 101110 10110011 110110 100011

Color Harmonies of #298987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298987

Black with #298987

Text Example


Text Example

White with #298987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298987; }

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

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

background-color css

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

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

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

border-color css

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

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

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