#298183

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

Shades of Atoll #298183

Tints of Atoll #298183

Color information

#298183 (or 0x298183) is unknown color: approx Atoll. HEX triplet: 29, 81 and 83. RGB value is (41,129,131). Sum of RGB (Red+Green+Blue) = 41+129+131=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #298183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298183 is #D67E7C. Grayscale: #666666. Windows color (decimal): -14057085 or 8618281. OLE color: 8618281.

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

Color convert

RGB41129131-
CMYK0.690.0200.49
HSL181.33º52.33%33.73%-
HSV(B)181.33º68.7%51.37%-
XYZ12.8617.8124.23-
YUV102.92143.8583.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 131 (51.56% from 255) = 43.52%
R=13.62%
G=42.86%
B=43.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411291310.690.0200.49181.3352.3333.73
Hex298183452031b53422
Octal5120120310520612656442
Binary1010011000000110000011100010110011000110110101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298183; }

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

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

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

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

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

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

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

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