Html Css Color HEX #298289 Atoll

📋 copy color: '#298289'

red 41 ◦ green 130 ◦ blue 137

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

Shades of Atoll #298289

Tints of Atoll #298289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.21%

 BLUE value IS 137 (53.91% from 255) = 44.48%

R = 13.31%
G = 42.21%
B = 44.48%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#298289 (or 0x298289) is known color: Atoll. HEX triplet: 29, 82 and 89. RGB value is (41,130,137). Sum of RGB (Red+Green+Blue) = 41+130+137=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #298289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298289 is #D67D76. Grayscale: #686868. Windows color (decimal): -14056823 or 9011753. OLE color: 9011753.

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

Color convert

RGB 41 130 137 -
CMYK 0.70 0.05 0 0.46
HSL 184.38º 0.54% 0.35% -
HSV(B) 184.38º 0.7% 0.54% -
XYZ 13.41 18.24 26.48 -
YUV 104.19 146.51 82.93 -
System Red Green Blue C M Y K H S L
Decimal 41 130 137 0.70 0.05 0 0.46 184.38 0.54 0.35
Hex 29 82 89 46 5 0 2E B8 36 23
Octal 51 202 211 106 5 0 56 270 66 43
Binary 101001 10000010 10001001 1000110 101 0 101110 10111000 110110 100011

Color Harmonies of #298289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298289

Black with #298289

Text Example


Text Example

White with #298289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298289; }

 p { color: rgb(41,130,137); }

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

background-color css

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

 a { background-color: rgb(41,130,137); }

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

border-color css

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

 span { border-color: rgb(41,130,137); }

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