Html Css Color HEX #297375 Atoll

📋 copy color: '#297375'

red 41 ◦ green 115 ◦ blue 117

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

Shades of Atoll #297375

Tints of Atoll #297375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.12%

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 15.02%
G = 42.12%
B = 42.86%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#297375 (or 0x297375) is known color: Atoll. HEX triplet: 29, 73 and 75. RGB value is (41,115,117). Sum of RGB (Red+Green+Blue) = 41+115+117=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #297375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297375 is #D68C8A. Grayscale: #5D5D5D. Windows color (decimal): -14060683 or 7697193. OLE color: 7697193.

HSL color Cylindrical-coordinate representation of color #297375: hue angle of 181.58º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297375 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 115 117 -
CMYK 0.65 0.02 0 0.54
HSL 181.58º 0.48% 0.31% -
HSV(B) 181.58º 0.65% 0.46% -
XYZ 10.26 14.02 18.99 -
YUV 93.1 141.48 90.84 -
System Red Green Blue C M Y K H S L
Decimal 41 115 117 0.65 0.02 0 0.54 181.58 0.48 0.31
Hex 29 73 75 41 2 0 36 B6 30 1F
Octal 51 163 165 101 2 0 66 266 60 37
Binary 101001 1110011 1110101 1000001 10 0 110110 10110110 110000 11111

Color Harmonies of #297375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297375

Black with #297375

Text Example


Text Example

White with #297375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297375; }

 p { color: rgb(41,115,117); }

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

background-color css

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

 a { background-color: rgb(41,115,117); }

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

border-color css

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

 span { border-color: rgb(41,115,117); }

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