Html Css Color HEX #298281 Atoll

📋 copy color: '#298281'

red 41 ◦ green 130 ◦ blue 129

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

Shades of Atoll #298281

Tints of Atoll #298281

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.33%

 BLUE value IS 129 (50.78% from 255) = 43%

R = 13.67%
G = 43.33%
B = 43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#298281 (or 0x298281) is known color: Atoll. HEX triplet: 29, 82 and 81. RGB value is (41,130,129). Sum of RGB (Red+Green+Blue) = 41+130+129=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #298281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298281 is #D67D7E. Grayscale: #676767. Windows color (decimal): -14056831 or 8487465. OLE color: 8487465.

HSL color Cylindrical-coordinate representation of color #298281: hue angle of 179.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298281 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 130 129 -
CMYK 0.68 0 0.01 0.49
HSL 179.33º 0.52% 0.34% -
HSV(B) 179.33º 0.68% 0.51% -
XYZ 12.86 18.02 23.57 -
YUV 103.28 142.51 83.58 -
System Red Green Blue C M Y K H S L
Decimal 41 130 129 0.68 0 0.01 0.49 179.33 0.52 0.34
Hex 29 82 81 44 0 1 31 B3 34 22
Octal 51 202 201 104 0 1 61 263 64 42
Binary 101001 10000010 10000001 1000100 0 1 110001 10110011 110100 100010

Color Harmonies of #298281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298281

Black with #298281

Text Example


Text Example

White with #298281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298281; }

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

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

background-color css

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

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

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

border-color css

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

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

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