Html Css Color HEX #297C82 Atoll

📋 copy color: '#297C82'

red 41 ◦ green 124 ◦ blue 130

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

Shades of Atoll #297C82

Tints of Atoll #297C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.03%

 BLUE value IS 130 (51.17% from 255) = 44.07%

R = 13.9%
G = 42.03%
B = 44.07%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#297C82 (or 0x297C82) is known color: Atoll. HEX triplet: 29, 7C and 82. RGB value is (41,124,130). Sum of RGB (Red+Green+Blue) = 41+124+130=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #297C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297C82 is #D6837D. Grayscale: #636363. Windows color (decimal): -14058366 or 8551465. OLE color: 8551465.

HSL color Cylindrical-coordinate representation of color #297C82: hue angle of 184.04º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297C82 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 124 130 -
CMYK 0.68 0.05 0 0.49
HSL 184.04º 0.52% 0.34% -
HSV(B) 184.04º 0.68% 0.51% -
XYZ 12.15 16.5 23.66 -
YUV 99.87 145 86.01 -
System Red Green Blue C M Y K H S L
Decimal 41 124 130 0.68 0.05 0 0.49 184.04 0.52 0.34
Hex 29 7C 82 44 5 0 31 B8 34 22
Octal 51 174 202 104 5 0 61 270 64 42
Binary 101001 1111100 10000010 1000100 101 0 110001 10111000 110100 100010

Color Harmonies of #297C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C82

Black with #297C82

Text Example


Text Example

White with #297C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,124,130); }

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

background-color css

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

 a { background-color: rgb(41,124,130); }

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

border-color css

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

 span { border-color: rgb(41,124,130); }

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