Html Css Color HEX #297984 Atoll

📋 copy color: '#297984'

red 41 ◦ green 121 ◦ blue 132

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

Shades of Atoll #297984

Tints of Atoll #297984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.16%

 BLUE value IS 132 (51.95% from 255) = 44.9%

R = 13.95%
G = 41.16%
B = 44.9%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#297984 (or 0x297984) is known color: Atoll. HEX triplet: 29, 79 and 84. RGB value is (41,121,132). Sum of RGB (Red+Green+Blue) = 41+121+132=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #297984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297984 is #D6867B. Grayscale: #626262. Windows color (decimal): -14059132 or 8681769. OLE color: 8681769.

HSL color Cylindrical-coordinate representation of color #297984: hue angle of 187.25º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #297984 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 121 132 -
CMYK 0.69 0.08 0 0.48
HSL 187.25º 0.53% 0.34% -
HSV(B) 187.25º 0.69% 0.52% -
XYZ 11.92 15.81 24.25 -
YUV 98.33 147 87.11 -
System Red Green Blue C M Y K H S L
Decimal 41 121 132 0.69 0.08 0 0.48 187.25 0.53 0.34
Hex 29 79 84 45 8 0 30 BB 35 22
Octal 51 171 204 105 10 0 60 273 65 42
Binary 101001 1111001 10000100 1000101 1000 0 110000 10111011 110101 100010

Color Harmonies of #297984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297984

Black with #297984

Text Example


Text Example

White with #297984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297984; }

 p { color: rgb(41,121,132); }

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

background-color css

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

 a { background-color: rgb(41,121,132); }

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

border-color css

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

 span { border-color: rgb(41,121,132); }

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