Html Css Color HEX #297F87 Atoll

📋 copy color: '#297F87'

red 41 ◦ green 127 ◦ blue 135

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

Shades of Atoll #297F87

Tints of Atoll #297F87

RGB

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

 GREEN value IS 127 (50% from 255) = 41.91%

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

R = 13.53%
G = 41.91%
B = 44.55%

CMYK

 C value IS 0.70

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#297F87 (or 0x297F87) is known color: Atoll. HEX triplet: 29, 7F and 87. RGB value is (41,127,135). Sum of RGB (Red+Green+Blue) = 41+127+135=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #297F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297F87 is #D68078. Grayscale: #666666. Windows color (decimal): -14057593 or 8879913. OLE color: 8879913.

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

Color convert

RGB 41 127 135 -
CMYK 0.70 0.06 0 0.47
HSL 185.11º 0.53% 0.35% -
HSV(B) 185.11º 0.7% 0.53% -
XYZ 12.88 17.4 25.6 -
YUV 102.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 41 127 135 0.70 0.06 0 0.47 185.11 0.53 0.35
Hex 29 7F 87 46 6 0 2F B9 35 23
Octal 51 177 207 106 6 0 57 271 65 43
Binary 101001 1111111 10000111 1000110 110 0 101111 10111001 110101 100011

Color Harmonies of #297F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297F87

Black with #297F87

Text Example


Text Example

White with #297F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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