Html Css Color HEX #297D99 Scooter

📋 copy color: '#297D99'

red 41 ◦ green 125 ◦ blue 153

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

Shades of Scooter #297D99

Tints of Scooter #297D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.18%

 BLUE value IS 153 (60.16% from 255) = 47.96%

R = 12.85%
G = 39.18%
B = 47.96%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#297D99 (or 0x297D99) is known color: Scooter. HEX triplet: 29, 7D and 99. RGB value is (41,125,153). Sum of RGB (Red+Green+Blue) = 41+125+153=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #297D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297D99 is #D68266. Grayscale: #666666. Windows color (decimal): -14058087 or 10059049. OLE color: 10059049.

HSL color Cylindrical-coordinate representation of color #297D99: hue angle of 195º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #297D99 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 125 153 -
CMYK 0.73 0.18 0 0.4
HSL 195º 0.58% 0.38% -
HSV(B) 195º 0.73% 0.6% -
XYZ 14 17.44 32.77 -
YUV 103.08 156.17 83.72 -
System Red Green Blue C M Y K H S L
Decimal 41 125 153 0.73 0.18 0 0.4 195 0.58 0.38
Hex 29 7D 99 49 12 0 28 C3 3A 26
Octal 51 175 231 111 22 0 50 303 72 46
Binary 101001 1111101 10011001 1001001 10010 0 101000 11000011 111010 100110

Color Harmonies of #297D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297D99

Black with #297D99

Text Example


Text Example

White with #297D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,125,153); }

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

background-color css

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

 a { background-color: rgb(41,125,153); }

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

border-color css

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

 span { border-color: rgb(41,125,153); }

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