Html Css Color HEX #297980 Atoll

📋 copy color: '#297980'

red 41 ◦ green 121 ◦ blue 128

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

Shades of Atoll #297980

Tints of Atoll #297980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.72%

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

R = 14.14%
G = 41.72%
B = 44.14%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#297980 (or 0x297980) is known color: Atoll. HEX triplet: 29, 79 and 80. RGB value is (41,121,128). Sum of RGB (Red+Green+Blue) = 41+121+128=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #297980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297980 is #D6867F. Grayscale: #616161. Windows color (decimal): -14059136 or 8419625. OLE color: 8419625.

HSL color Cylindrical-coordinate representation of color #297980: hue angle of 184.83º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297980 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 121 128 -
CMYK 0.68 0.05 0 0.50
HSL 184.83º 0.51% 0.33% -
HSV(B) 184.83º 0.68% 0.5% -
XYZ 11.65 15.7 22.84 -
YUV 97.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 41 121 128 0.68 0.05 0 0.50 184.83 0.51 0.33
Hex 29 79 80 44 5 0 32 B9 33 21
Octal 51 171 200 104 5 0 62 271 63 41
Binary 101001 1111001 10000000 1000100 101 0 110010 10111001 110011 100001

Color Harmonies of #297980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297980

Black with #297980

Text Example


Text Example

White with #297980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297980; }

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

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

background-color css

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

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

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

border-color css

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

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

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