Html Css Color HEX #297B83 Atoll

📋 copy color: '#297B83'

red 41 ◦ green 123 ◦ blue 131

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

Shades of Atoll #297B83

Tints of Atoll #297B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.41%

R = 13.9%
G = 41.69%
B = 44.41%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#297B83 (or 0x297B83) is known color: Atoll. HEX triplet: 29, 7B and 83. RGB value is (41,123,131). Sum of RGB (Red+Green+Blue) = 41+123+131=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 131 - color contains mainly: blue. Hex color #297B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297B83 is #D6847C. Grayscale: #636363. Windows color (decimal): -14058621 or 8616745. OLE color: 8616745.

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

Color convert

RGB 41 123 131 -
CMYK 0.69 0.06 0 0.49
HSL 185.33º 0.52% 0.34% -
HSV(B) 185.33º 0.69% 0.51% -
XYZ 12.09 16.28 23.98 -
YUV 99.39 145.83 86.35 -
System Red Green Blue C M Y K H S L
Decimal 41 123 131 0.69 0.06 0 0.49 185.33 0.52 0.34
Hex 29 7B 83 45 6 0 31 B9 34 22
Octal 51 173 203 105 6 0 61 271 64 42
Binary 101001 1111011 10000011 1000101 110 0 110001 10111001 110100 100010

Color Harmonies of #297B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B83

Black with #297B83

Text Example


Text Example

White with #297B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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