Html Css Color HEX #297273 Atoll

📋 copy color: '#297273'

red 41 ◦ green 114 ◦ blue 115

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

Shades of Atoll #297273

Tints of Atoll #297273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.22%

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 15.19%
G = 42.22%
B = 42.59%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#297273 (or 0x297273) is known color: Atoll. HEX triplet: 29, 72 and 73. RGB value is (41,114,115). Sum of RGB (Red+Green+Blue) = 41+114+115=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #297273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297273 is #D68D8C. Grayscale: #5C5C5C. Windows color (decimal): -14060941 or 7565865. OLE color: 7565865.

HSL color Cylindrical-coordinate representation of color #297273: hue angle of 180.81º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297273 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 114 115 -
CMYK 0.64 0.01 0 0.55
HSL 180.81º 0.47% 0.31% -
HSV(B) 180.81º 0.64% 0.45% -
XYZ 10.03 13.74 18.34 -
YUV 92.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 41 114 115 0.64 0.01 0 0.55 180.81 0.47 0.31
Hex 29 72 73 40 1 0 37 B5 2F 1F
Octal 51 162 163 100 1 0 67 265 57 37
Binary 101001 1110010 1110011 1000000 1 0 110111 10110101 101111 11111

Color Harmonies of #297273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297273

Black with #297273

Text Example


Text Example

White with #297273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297273; }

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

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

background-color css

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

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

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

border-color css

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

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

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