Html Css Color HEX #297987 Atoll

📋 copy color: '#297987'

red 41 ◦ green 121 ◦ blue 135

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

Shades of Atoll #297987

Tints of Atoll #297987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.74%

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

R = 13.8%
G = 40.74%
B = 45.45%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#297987 (or 0x297987) is known color: Atoll. HEX triplet: 29, 79 and 87. RGB value is (41,121,135). Sum of RGB (Red+Green+Blue) = 41+121+135=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #297987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297987 is #D68678. Grayscale: #626262. Windows color (decimal): -14059129 or 8878377. OLE color: 8878377.

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

Color convert

RGB 41 121 135 -
CMYK 0.70 0.10 0 0.47
HSL 188.94º 0.53% 0.35% -
HSV(B) 188.94º 0.7% 0.53% -
XYZ 12.13 15.9 25.35 -
YUV 98.68 148.5 86.86 -
System Red Green Blue C M Y K H S L
Decimal 41 121 135 0.70 0.10 0 0.47 188.94 0.53 0.35
Hex 29 79 87 46 A 0 2F BD 35 23
Octal 51 171 207 106 12 0 57 275 65 43
Binary 101001 1111001 10000111 1000110 1010 0 101111 10111101 110101 100011

Color Harmonies of #297987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297987

Black with #297987

Text Example


Text Example

White with #297987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297987; }

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

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

background-color css

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

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

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

border-color css

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

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

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