Html Css Color HEX #298788 Atoll

📋 copy color: '#298788'

red 41 ◦ green 135 ◦ blue 136

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

Shades of Atoll #298788

Tints of Atoll #298788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.27%

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

R = 13.14%
G = 43.27%
B = 43.59%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#298788 (or 0x298788) is known color: Atoll. HEX triplet: 29, 87 and 88. RGB value is (41,135,136). Sum of RGB (Red+Green+Blue) = 41+135+136=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #298788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298788 is #D67877. Grayscale: #6A6A6A. Windows color (decimal): -14055544 or 8947497. OLE color: 8947497.

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

Color convert

RGB 41 135 136 -
CMYK 0.70 0.01 0 0.47
HSL 180.63º 0.54% 0.35% -
HSV(B) 180.63º 0.7% 0.53% -
XYZ 14.02 19.58 26.33 -
YUV 107.01 144.36 80.92 -
System Red Green Blue C M Y K H S L
Decimal 41 135 136 0.70 0.01 0 0.47 180.63 0.54 0.35
Hex 29 87 88 46 1 0 2F B5 36 23
Octal 51 207 210 106 1 0 57 265 66 43
Binary 101001 10000111 10001000 1000110 1 0 101111 10110101 110110 100011

Color Harmonies of #298788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298788

Black with #298788

Text Example


Text Example

White with #298788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298788; }

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

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

background-color css

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

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

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

border-color css

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

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

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