Html Css Color HEX #298087 Atoll

📋 copy color: '#298087'

red 41 ◦ green 128 ◦ blue 135

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

Shades of Atoll #298087

Tints of Atoll #298087

RGB

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

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

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

R = 13.49%
G = 42.11%
B = 44.41%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#298087 (or 0x298087) is known color: Atoll. HEX triplet: 29, 80 and 87. RGB value is (41,128,135). Sum of RGB (Red+Green+Blue) = 41+128+135=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #298087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298087 is #D67F78. Grayscale: #666666. Windows color (decimal): -14057337 or 8880169. OLE color: 8880169.

HSL color Cylindrical-coordinate representation of color #298087: hue angle of 184.47º degrees, saturation: 0.53, 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 #298087 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 128 135 -
CMYK 0.70 0.05 0 0.47
HSL 184.47º 0.53% 0.35% -
HSV(B) 184.47º 0.7% 0.53% -
XYZ 13.01 17.66 25.64 -
YUV 102.79 146.18 83.93 -
System Red Green Blue C M Y K H S L
Decimal 41 128 135 0.70 0.05 0 0.47 184.47 0.53 0.35
Hex 29 80 87 46 5 0 2F B8 35 23
Octal 51 200 207 106 5 0 57 270 65 43
Binary 101001 10000000 10000111 1000110 101 0 101111 10111000 110101 100011

Color Harmonies of #298087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298087

Black with #298087

Text Example


Text Example

White with #298087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298087; }

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

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

background-color css

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

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

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

border-color css

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

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

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