#297885

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

Shades of Atoll #297885

Tints of Atoll #297885

Color information

#297885 (or 0x297885) is unknown color: approx Atoll. HEX triplet: 29, 78 and 85. RGB value is (41,120,133). Sum of RGB (Red+Green+Blue) = 41+120+133=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #297885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297885 is #D6877A. Grayscale: #616161. Windows color (decimal): -14059387 or 8747049. OLE color: 8747049.

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

Color convert

RGB41120133-
CMYK0.690.1000.48
HSL188.48º52.87%34.12%-
HSV(B)188.48º69.17%52.16%-
XYZ11.8615.624.58-
YUV97.86147.8387.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=13.95%
G=40.82%
B=45.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411201330.690.1000.48188.4852.8734.12
Hex29788545A030bc3522
Octal51170205105120602746542
Binary10100111110001000010110001011010011000010111100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297885; }

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

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

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

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

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

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

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

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