Html Css Color HEX #297888 Atoll

📋 copy color: '#297888'

red 41 ◦ green 120 ◦ blue 136

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

Shades of Atoll #297888

Tints of Atoll #297888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.4%

 BLUE value IS 136 (53.52% from 255) = 45.79%

R = 13.8%
G = 40.4%
B = 45.79%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#297888 (or 0x297888) is known color: Atoll. HEX triplet: 29, 78 and 88. RGB value is (41,120,136). Sum of RGB (Red+Green+Blue) = 41+120+136=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #297888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297888 is #D68777. Grayscale: #626262. Windows color (decimal): -14059384 or 8943657. OLE color: 8943657.

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

Color convert

RGB 41 120 136 -
CMYK 0.70 0.12 0 0.47
HSL 190.11º 0.54% 0.35% -
HSV(B) 190.11º 0.7% 0.53% -
XYZ 12.07 15.68 25.68 -
YUV 98.2 149.33 87.2 -
System Red Green Blue C M Y K H S L
Decimal 41 120 136 0.70 0.12 0 0.47 190.11 0.54 0.35
Hex 29 78 88 46 C 0 2F BE 36 23
Octal 51 170 210 106 14 0 57 276 66 43
Binary 101001 1111000 10001000 1000110 1100 0 101111 10111110 110110 100011

Color Harmonies of #297888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297888

Black with #297888

Text Example


Text Example

White with #297888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297888; }

 p { color: rgb(41,120,136); }

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

background-color css

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

 a { background-color: rgb(41,120,136); }

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

border-color css

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

 span { border-color: rgb(41,120,136); }

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