Html Css Color HEX #297C87 Atoll

📋 copy color: '#297C87'

red 41 ◦ green 124 ◦ blue 135

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

Shades of Atoll #297C87

Tints of Atoll #297C87

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.33%

 BLUE value IS 135 (53.13% from 255) = 45%

R = 13.67%
G = 41.33%
B = 45%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#297C87 (or 0x297C87) is known color: Atoll. HEX triplet: 29, 7C and 87. RGB value is (41,124,135). Sum of RGB (Red+Green+Blue) = 41+124+135=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #297C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297C87 is #D68378. Grayscale: #646464. Windows color (decimal): -14058361 or 8879145. OLE color: 8879145.

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

Color convert

RGB 41 124 135 -
CMYK 0.70 0.08 0 0.47
HSL 187.02º 0.53% 0.35% -
HSV(B) 187.02º 0.7% 0.53% -
XYZ 12.5 16.64 25.47 -
YUV 100.44 147.5 85.61 -
System Red Green Blue C M Y K H S L
Decimal 41 124 135 0.70 0.08 0 0.47 187.02 0.53 0.35
Hex 29 7C 87 46 8 0 2F BB 35 23
Octal 51 174 207 106 10 0 57 273 65 43
Binary 101001 1111100 10000111 1000110 1000 0 101111 10111011 110101 100011

Color Harmonies of #297C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C87

Black with #297C87

Text Example


Text Example

White with #297C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,124,135); }

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

background-color css

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

 a { background-color: rgb(41,124,135); }

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

border-color css

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

 span { border-color: rgb(41,124,135); }

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