Html Css Color HEX #297D89 Atoll

📋 copy color: '#297D89'

red 41 ◦ green 125 ◦ blue 137

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

Shades of Atoll #297D89

Tints of Atoll #297D89

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.25%

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

R = 13.53%
G = 41.25%
B = 45.21%

CMYK

 C value IS 0.70

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#297D89 (or 0x297D89) is known color: Atoll. HEX triplet: 29, 7D and 89. RGB value is (41,125,137). Sum of RGB (Red+Green+Blue) = 41+125+137=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #297D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297D89 is #D68276. Grayscale: #656565. Windows color (decimal): -14058103 or 9010473. OLE color: 9010473.

HSL color Cylindrical-coordinate representation of color #297D89: hue angle of 187.5º 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 #297D89 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 125 137 -
CMYK 0.70 0.09 0 0.46
HSL 187.5º 0.54% 0.35% -
HSV(B) 187.5º 0.7% 0.54% -
XYZ 12.76 16.94 26.26 -
YUV 101.25 148.17 85.02 -
System Red Green Blue C M Y K H S L
Decimal 41 125 137 0.70 0.09 0 0.46 187.5 0.54 0.35
Hex 29 7D 89 46 9 0 2E BC 36 23
Octal 51 175 211 106 11 0 56 274 66 43
Binary 101001 1111101 10001001 1000110 1001 0 101110 10111100 110110 100011

Color Harmonies of #297D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297D89

Black with #297D89

Text Example


Text Example

White with #297D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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