Html Css Color HEX #298380 Atoll

📋 copy color: '#298380'

red 41 ◦ green 131 ◦ blue 128

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

Shades of Atoll #298380

Tints of Atoll #298380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

 BLUE value IS 128 (50.39% from 255) = 42.67%

R = 13.67%
G = 43.67%
B = 42.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#298380 (or 0x298380) is known color: Atoll. HEX triplet: 29, 83 and 80. RGB value is (41,131,128). Sum of RGB (Red+Green+Blue) = 41+131+128=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #298380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298380 is #D67C7F. Grayscale: #676767. Windows color (decimal): -14056576 or 8422185. OLE color: 8422185.

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

Color convert

RGB 41 131 128 -
CMYK 0.69 0 0.02 0.49
HSL 178º 0.52% 0.34% -
HSV(B) 178º 0.69% 0.51% -
XYZ 12.93 18.26 23.27 -
YUV 103.75 141.68 83.24 -
System Red Green Blue C M Y K H S L
Decimal 41 131 128 0.69 0 0.02 0.49 178 0.52 0.34
Hex 29 83 80 45 0 2 31 B2 34 22
Octal 51 203 200 105 0 2 61 262 64 42
Binary 101001 10000011 10000000 1000101 0 10 110001 10110010 110100 100010

Color Harmonies of #298380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298380

Black with #298380

Text Example


Text Example

White with #298380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298380; }

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

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

background-color css

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

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

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

border-color css

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

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

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