Html Css Color HEX #298082 Atoll

📋 copy color: '#298082'

red 41 ◦ green 128 ◦ blue 130

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

Shades of Atoll #298082

Tints of Atoll #298082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 13.71%
G = 42.81%
B = 43.48%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#298082 (or 0x298082) is known color: Atoll. HEX triplet: 29, 80 and 82. RGB value is (41,128,130). Sum of RGB (Red+Green+Blue) = 41+128+130=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #298082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298082 is #D67F7D. Grayscale: #666666. Windows color (decimal): -14057342 or 8552489. OLE color: 8552489.

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

Color convert

RGB 41 128 130 -
CMYK 0.68 0.02 0 0.49
HSL 181.35º 0.52% 0.34% -
HSV(B) 181.35º 0.68% 0.51% -
XYZ 12.66 17.52 23.83 -
YUV 102.22 143.68 84.34 -
System Red Green Blue C M Y K H S L
Decimal 41 128 130 0.68 0.02 0 0.49 181.35 0.52 0.34
Hex 29 80 82 44 2 0 31 B5 34 22
Octal 51 200 202 104 2 0 61 265 64 42
Binary 101001 10000000 10000010 1000100 10 0 110001 10110101 110100 100010

Color Harmonies of #298082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298082

Black with #298082

Text Example


Text Example

White with #298082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298082; }

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

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

background-color css

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

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

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

border-color css

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

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

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