Html Css Color HEX #297278 Atoll

📋 copy color: '#297278'

red 41 ◦ green 114 ◦ blue 120

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

Shades of Atoll #297278

Tints of Atoll #297278

RGB

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

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

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

R = 14.91%
G = 41.45%
B = 43.64%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#297278 (or 0x297278) is known color: Atoll. HEX triplet: 29, 72 and 78. RGB value is (41,114,120). Sum of RGB (Red+Green+Blue) = 41+114+120=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #297278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297278 is #D68D87. Grayscale: #5C5C5C. Windows color (decimal): -14060936 or 7893545. OLE color: 7893545.

HSL color Cylindrical-coordinate representation of color #297278: hue angle of 184.56º 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 #297278 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 114 120 -
CMYK 0.66 0.05 0 0.53
HSL 184.56º 0.49% 0.32% -
HSV(B) 184.56º 0.66% 0.47% -
XYZ 10.32 13.86 19.9 -
YUV 92.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 41 114 120 0.66 0.05 0 0.53 184.56 0.49 0.32
Hex 29 72 78 42 5 0 35 B9 31 20
Octal 51 162 170 102 5 0 65 271 61 40
Binary 101001 1110010 1111000 1000010 101 0 110101 10111001 110001 100000

Color Harmonies of #297278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297278

Black with #297278

Text Example


Text Example

White with #297278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297278; }

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

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

background-color css

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

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

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

border-color css

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

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

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