Html Css Color HEX #297B88 Atoll

📋 copy color: '#297B88'

red 41 ◦ green 123 ◦ blue 136

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

Shades of Atoll #297B88

Tints of Atoll #297B88

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41%

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

R = 13.67%
G = 41%
B = 45.33%

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

#297B88 (or 0x297B88) is known color: Atoll. HEX triplet: 29, 7B and 88. RGB value is (41,123,136). Sum of RGB (Red+Green+Blue) = 41+123+136=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #297B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297B88 is #D68477. Grayscale: #636363. Windows color (decimal): -14058616 or 8944425. OLE color: 8944425.

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

Color convert

RGB 41 123 136 -
CMYK 0.70 0.10 0 0.47
HSL 188.21º 0.54% 0.35% -
HSV(B) 188.21º 0.7% 0.53% -
XYZ 12.44 16.41 25.81 -
YUV 99.96 148.33 85.94 -
System Red Green Blue C M Y K H S L
Decimal 41 123 136 0.70 0.10 0 0.47 188.21 0.54 0.35
Hex 29 7B 88 46 A 0 2F BC 36 23
Octal 51 173 210 106 12 0 57 274 66 43
Binary 101001 1111011 10001000 1000110 1010 0 101111 10111100 110110 100011

Color Harmonies of #297B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B88

Black with #297B88

Text Example


Text Example

White with #297B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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