Html Css Color HEX #297178 Atoll

📋 copy color: '#297178'

red 41 ◦ green 113 ◦ blue 120

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

Shades of Atoll #297178

Tints of Atoll #297178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.24%

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 14.96%
G = 41.24%
B = 43.8%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#297178 (or 0x297178) is known color: Atoll. HEX triplet: 29, 71 and 78. RGB value is (41,113,120). Sum of RGB (Red+Green+Blue) = 41+113+120=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #297178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297178 is #D68E87. Grayscale: #5C5C5C. Windows color (decimal): -14061192 or 7893289. OLE color: 7893289.

HSL color Cylindrical-coordinate representation of color #297178: hue angle of 185.32º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297178 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 113 120 -
CMYK 0.66 0.06 0 0.53
HSL 185.32º 0.49% 0.32% -
HSV(B) 185.32º 0.66% 0.47% -
XYZ 10.21 13.64 19.86 -
YUV 92.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 41 113 120 0.66 0.06 0 0.53 185.32 0.49 0.32
Hex 29 71 78 42 6 0 35 B9 31 20
Octal 51 161 170 102 6 0 65 271 61 40
Binary 101001 1110001 1111000 1000010 110 0 110101 10111001 110001 100000

Color Harmonies of #297178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297178

Black with #297178

Text Example


Text Example

White with #297178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297178; }

 p { color: rgb(41,113,120); }

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

background-color css

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

 a { background-color: rgb(41,113,120); }

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

border-color css

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

 span { border-color: rgb(41,113,120); }

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