Html Css Color HEX #297985 Atoll

📋 copy color: '#297985'

red 41 ◦ green 121 ◦ blue 133

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

Shades of Atoll #297985

Tints of Atoll #297985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 13.9%
G = 41.02%
B = 45.08%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#297985 (or 0x297985) is known color: Atoll. HEX triplet: 29, 79 and 85. RGB value is (41,121,133). Sum of RGB (Red+Green+Blue) = 41+121+133=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #297985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297985 is #D6867A. Grayscale: #626262. Windows color (decimal): -14059131 or 8747305. OLE color: 8747305.

HSL color Cylindrical-coordinate representation of color #297985: hue angle of 187.83º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #297985 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 121 133 -
CMYK 0.69 0.09 0 0.48
HSL 187.83º 0.53% 0.34% -
HSV(B) 187.83º 0.69% 0.52% -
XYZ 11.99 15.84 24.62 -
YUV 98.45 147.5 87.02 -
System Red Green Blue C M Y K H S L
Decimal 41 121 133 0.69 0.09 0 0.48 187.83 0.53 0.34
Hex 29 79 85 45 9 0 30 BC 35 22
Octal 51 171 205 105 11 0 60 274 65 42
Binary 101001 1111001 10000101 1000101 1001 0 110000 10111100 110101 100010

Color Harmonies of #297985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297985

Black with #297985

Text Example


Text Example

White with #297985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297985; }

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

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

background-color css

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

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

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

border-color css

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

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

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