Html Css Color HEX #297A89 Atoll

📋 copy color: '#297A89'

red 41 ◦ green 122 ◦ blue 137

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

Shades of Atoll #297A89

Tints of Atoll #297A89

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.67%

 BLUE value IS 137 (53.91% from 255) = 45.67%

R = 13.67%
G = 40.67%
B = 45.67%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#297A89 (or 0x297A89) is known color: Atoll. HEX triplet: 29, 7A and 89. RGB value is (41,122,137). Sum of RGB (Red+Green+Blue) = 41+122+137=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #297A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A89 is #D68576. Grayscale: #636363. Windows color (decimal): -14058871 or 9009705. OLE color: 9009705.

HSL color Cylindrical-coordinate representation of color #297A89: hue angle of 189.38º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #297A89 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 122 137 -
CMYK 0.70 0.11 0 0.46
HSL 189.38º 0.54% 0.35% -
HSV(B) 189.38º 0.7% 0.54% -
XYZ 12.39 16.2 26.14 -
YUV 99.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 41 122 137 0.70 0.11 0 0.46 189.38 0.54 0.35
Hex 29 7A 89 46 B 0 2E BD 36 23
Octal 51 172 211 106 13 0 56 275 66 43
Binary 101001 1111010 10001001 1000110 1011 0 101110 10111101 110110 100011

Color Harmonies of #297A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297A89

Black with #297A89

Text Example


Text Example

White with #297A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297A89; }

 p { color: rgb(41,122,137); }

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

background-color css

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

 a { background-color: rgb(41,122,137); }

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

border-color css

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

 span { border-color: rgb(41,122,137); }

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