Html Css Color HEX #297279 Atoll

📋 copy color: '#297279'

red 41 ◦ green 114 ◦ blue 121

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

Shades of Atoll #297279

Tints of Atoll #297279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 14.86%
G = 41.3%
B = 43.84%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#297279 (or 0x297279) is known color: Atoll. HEX triplet: 29, 72 and 79. RGB value is (41,114,121). Sum of RGB (Red+Green+Blue) = 41+114+121=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #297279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297279 is #D68D86. Grayscale: #5C5C5C. Windows color (decimal): -14060935 or 7959081. OLE color: 7959081.

HSL color Cylindrical-coordinate representation of color #297279: hue angle of 185.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297279 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 114 121 -
CMYK 0.66 0.06 0 0.53
HSL 185.25º 0.49% 0.32% -
HSV(B) 185.25º 0.66% 0.47% -
XYZ 10.38 13.89 20.22 -
YUV 92.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 41 114 121 0.66 0.06 0 0.53 185.25 0.49 0.32
Hex 29 72 79 42 6 0 35 B9 31 20
Octal 51 162 171 102 6 0 65 271 61 40
Binary 101001 1110010 1111001 1000010 110 0 110101 10111001 110001 100000

Color Harmonies of #297279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297279

Black with #297279

Text Example


Text Example

White with #297279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297279; }

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

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

background-color css

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

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

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

border-color css

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

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

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