Html Css Color HEX #297C99 Scooter

📋 copy color: '#297C99'

red 41 ◦ green 124 ◦ blue 153

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

Shades of Scooter #297C99

Tints of Scooter #297C99

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.99%

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

R = 12.89%
G = 38.99%
B = 48.11%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#297C99 (or 0x297C99) is known color: Scooter. HEX triplet: 29, 7C and 99. RGB value is (41,124,153). Sum of RGB (Red+Green+Blue) = 41+124+153=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #297C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297C99 is #D68366. Grayscale: #666666. Windows color (decimal): -14058343 or 10058793. OLE color: 10058793.

HSL color Cylindrical-coordinate representation of color #297C99: hue angle of 195.54º 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 #297C99 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 124 153 -
CMYK 0.73 0.19 0 0.4
HSL 195.54º 0.58% 0.38% -
HSV(B) 195.54º 0.73% 0.6% -
XYZ 13.87 17.19 32.72 -
YUV 102.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 41 124 153 0.73 0.19 0 0.4 195.54 0.58 0.38
Hex 29 7C 99 49 13 0 28 C4 3A 26
Octal 51 174 231 111 23 0 50 304 72 46
Binary 101001 1111100 10011001 1001001 10011 0 101000 11000100 111010 100110

Color Harmonies of #297C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C99

Black with #297C99

Text Example


Text Example

White with #297C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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