#298088

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

Shades of Atoll #298088

Tints of Atoll #298088

Color information

#298088 (or 0x298088) is unknown color: approx Atoll. HEX triplet: 29, 80 and 88. RGB value is (41,128,136). Sum of RGB (Red+Green+Blue) = 41+128+136=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #298088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298088 is #D67F77. Grayscale: #666666. Windows color (decimal): -14057336 or 8945705. OLE color: 8945705.

HSL color Cylindrical-coordinate representation of color #298088: hue angle of 185.05º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298088 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB41128136-
CMYK0.700.0600.47
HSL185.05º53.67%34.71%-
HSV(B)185.05º69.85%53.33%-
XYZ13.0817.6926.02-
YUV102.9146.6883.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=13.44%
G=41.97%
B=44.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411281360.700.0600.47185.0553.6734.71
Hex29808846602Fb93623
Octal5120021010660572716643
Binary10100110000000100010001000110110010111110111001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298088; }

 p { color: rgb(41,128,136); }

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

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

 a { background-color: rgb(41,128,136); }

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

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

 span { border-color: rgb(41,128,136); }

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