Html Css Color HEX #298588 Atoll

📋 copy color: '#298588'

red 41 ◦ green 133 ◦ blue 136

#298588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #298588

Tints of Atoll #298588

RGB

 RED value IS 41 (16.41% from 255) = 13.23%

 GREEN value IS 133 (52.34% from 255) = 42.9%

 BLUE value IS 136 (53.52% from 255) = 43.87%

R = 13.23%
G = 42.9%
B = 43.87%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#298588 (or 0x298588) is known color: Atoll. HEX triplet: 29, 85 and 88. RGB value is (41,133,136). Sum of RGB (Red+Green+Blue) = 41+133+136=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #298588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298588 is #D67A77. Grayscale: #696969. Windows color (decimal): -14056056 or 8946985. OLE color: 8946985.

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

Color convert

RGB 41 133 136 -
CMYK 0.70 0.02 0 0.47
HSL 181.89º 0.54% 0.35% -
HSV(B) 181.89º 0.7% 0.53% -
XYZ 13.75 19.02 26.24 -
YUV 105.83 145.02 81.76 -
System Red Green Blue C M Y K H S L
Decimal 41 133 136 0.70 0.02 0 0.47 181.89 0.54 0.35
Hex 29 85 88 46 2 0 2F B6 36 23
Octal 51 205 210 106 2 0 57 266 66 43
Binary 101001 10000101 10001000 1000110 10 0 101111 10110110 110110 100011

Color Harmonies of #298588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298588

Black with #298588

Text Example


Text Example

White with #298588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298588; }

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

 H1.HeaderClassName
 {
   color: #298588;
 }
 .AnyTagClassName
 {
   color: #298588;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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