#297985

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

Shades of Atoll #297985

Tints of Atoll #297985

Color information

#297985 (or 0x297985) is unknown color: approx Atoll. HEX triplet: 29, 79 and 85. RGB value is (41,121,133). Sum of RGB (Red+Green+Blue) = 41+121+133=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #297985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297985 is #D6867A. Grayscale: #626262. Windows color (decimal): -14059131 or 8747305. OLE color: 8747305.

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

Color convert

RGB41121133-
CMYK0.690.0900.48
HSL187.83º52.87%34.12%-
HSV(B)187.83º69.17%52.16%-
XYZ11.9915.8424.62-
YUV98.45147.587.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=13.90%
G=41.02%
B=45.08%

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
Decimal411211330.690.0900.48187.8352.8734.12
Hex297985459030bc3522
Octal51171205105110602746542
Binary10100111110011000010110001011001011000010111100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297985; }

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

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

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

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

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

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

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

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