Html Css Color HEX #298388 Atoll

📋 copy color: '#298388'

red 41 ◦ green 131 ◦ blue 136

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

Shades of Atoll #298388

Tints of Atoll #298388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.53%

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

R = 13.31%
G = 42.53%
B = 44.16%

CMYK

 C value IS 0.70

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#298388 (or 0x298388) is known color: Atoll. HEX triplet: 29, 83 and 88. RGB value is (41,131,136). Sum of RGB (Red+Green+Blue) = 41+131+136=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #298388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298388 is #D67C77. Grayscale: #686868. Windows color (decimal): -14056568 or 8946473. OLE color: 8946473.

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

Color convert

RGB 41 131 136 -
CMYK 0.70 0.04 0 0.47
HSL 183.16º 0.54% 0.35% -
HSV(B) 183.16º 0.7% 0.53% -
XYZ 13.47 18.48 26.15 -
YUV 104.66 145.68 82.59 -
System Red Green Blue C M Y K H S L
Decimal 41 131 136 0.70 0.04 0 0.47 183.16 0.54 0.35
Hex 29 83 88 46 4 0 2F B7 36 23
Octal 51 203 210 106 4 0 57 267 66 43
Binary 101001 10000011 10001000 1000110 100 0 101111 10110111 110110 100011

Color Harmonies of #298388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298388

Black with #298388

Text Example


Text Example

White with #298388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298388; }

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

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

background-color css

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

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

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

border-color css

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

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

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