Html Css Color HEX #298287 Atoll

📋 copy color: '#298287'

red 41 ◦ green 130 ◦ blue 135

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

Shades of Atoll #298287

Tints of Atoll #298287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.12%

R = 13.4%
G = 42.48%
B = 44.12%

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

#298287 (or 0x298287) is known color: Atoll. HEX triplet: 29, 82 and 87. RGB value is (41,130,135). Sum of RGB (Red+Green+Blue) = 41+130+135=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #298287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298287 is #D67D78. Grayscale: #676767. Windows color (decimal): -14056825 or 8880681. OLE color: 8880681.

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

Color convert

RGB 41 130 135 -
CMYK 0.70 0.04 0 0.47
HSL 183.19º 0.53% 0.35% -
HSV(B) 183.19º 0.7% 0.53% -
XYZ 13.27 18.19 25.73 -
YUV 103.96 145.51 83.09 -
System Red Green Blue C M Y K H S L
Decimal 41 130 135 0.70 0.04 0 0.47 183.19 0.53 0.35
Hex 29 82 87 46 4 0 2F B7 35 23
Octal 51 202 207 106 4 0 57 267 65 43
Binary 101001 10000010 10000111 1000110 100 0 101111 10110111 110101 100011

Color Harmonies of #298287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298287

Black with #298287

Text Example


Text Example

White with #298287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298287; }

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

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

background-color css

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

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

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

border-color css

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

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

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