#297783

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

Shades of Atoll #297783

Tints of Atoll #297783

Color information

#297783 (or 0x297783) is unknown color: approx Atoll. HEX triplet: 29, 77 and 83. RGB value is (41,119,131). Sum of RGB (Red+Green+Blue) = 41+119+131=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #297783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297783 is #D6887C. Grayscale: #606060. Windows color (decimal): -14059645 or 8615721. OLE color: 8615721.

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

Color convert

RGB41119131-
CMYK0.690.0900.49
HSL188º52.33%33.73%-
HSV(B)188º68.7%51.37%-
XYZ11.6115.323.81-
YUV97.05147.1688.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.09%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=14.09%
G=40.89%
B=45.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411191310.690.0900.4918852.3333.73
Hex297783459031bc3422
Octal51167203105110612746442
Binary10100111101111000001110001011001011000110111100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297783; }

 p { color: rgb(41,119,131); }

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

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

 a { background-color: rgb(41,119,131); }

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

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

 span { border-color: rgb(41,119,131); }

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