Html Css Color HEX #298081 Atoll

📋 copy color: '#298081'

red 41 ◦ green 128 ◦ blue 129

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

Shades of Atoll #298081

Tints of Atoll #298081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.95%

 BLUE value IS 129 (50.78% from 255) = 43.29%

R = 13.76%
G = 42.95%
B = 43.29%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#298081 (or 0x298081) is known color: Atoll. HEX triplet: 29, 80 and 81. RGB value is (41,128,129). Sum of RGB (Red+Green+Blue) = 41+128+129=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #298081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298081 is #D67F7E. Grayscale: #666666. Windows color (decimal): -14057343 or 8486953. OLE color: 8486953.

HSL color Cylindrical-coordinate representation of color #298081: hue angle of 180.68º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298081 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 128 129 -
CMYK 0.68 0.01 0 0.49
HSL 180.68º 0.52% 0.33% -
HSV(B) 180.68º 0.68% 0.51% -
XYZ 12.6 17.49 23.48 -
YUV 102.1 143.18 84.42 -
System Red Green Blue C M Y K H S L
Decimal 41 128 129 0.68 0.01 0 0.49 180.68 0.52 0.33
Hex 29 80 81 44 1 0 31 B5 34 21
Octal 51 200 201 104 1 0 61 265 64 41
Binary 101001 10000000 10000001 1000100 1 0 110001 10110101 110100 100001

Color Harmonies of #298081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298081

Black with #298081

Text Example


Text Example

White with #298081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298081; }

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

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

background-color css

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

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

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

border-color css

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

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

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