#297884

Color #297884 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #297884

Tints of Atoll #297884

Color information

#297884 (or 0x297884) is unknown color: approx Atoll. HEX triplet: 29, 78 and 84. RGB value is (41,120,132). Sum of RGB (Red+Green+Blue) = 41+120+132=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #297884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297884 is #D6877B. Grayscale: #616161. Windows color (decimal): -14059388 or 8681513. OLE color: 8681513.

HSL color Cylindrical-coordinate representation of color #297884: hue angle of 187.91º 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 #297884 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB41120132-
CMYK0.690.0900.48
HSL187.91º52.6%33.92%-
HSV(B)187.91º68.94%51.76%-
XYZ11.815.5724.21-
YUV97.75147.3387.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=13.99%
G=40.96%
B=45.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411201320.690.0900.48187.9152.633.92
Hex297884459030bc3522
Octal51170204105110602746542
Binary10100111110001000010010001011001011000010111100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297884; }

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

 H1.HeaderClassName
 {
   color: #297884;
 }
 .AnyTagClassName
 {
   color: #297884;
 }
</style>
background-color css

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

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

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

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

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

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