Html Css Color HEX #297F99 Scooter

📋 copy color: '#297F99'

red 41 ◦ green 127 ◦ blue 153

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

Shades of Scooter #297F99

Tints of Scooter #297F99

RGB

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

 GREEN value IS 127 (50% from 255) = 39.56%

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

R = 12.77%
G = 39.56%
B = 47.66%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#297F99 (or 0x297F99) is known color: Scooter. HEX triplet: 29, 7F and 99. RGB value is (41,127,153). Sum of RGB (Red+Green+Blue) = 41+127+153=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #297F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297F99 is #D68066. Grayscale: #686868. Windows color (decimal): -14057575 or 10059561. OLE color: 10059561.

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

Color convert

RGB 41 127 153 -
CMYK 0.73 0.17 0 0.4
HSL 193.93º 0.58% 0.38% -
HSV(B) 193.93º 0.73% 0.6% -
XYZ 14.25 17.95 32.85 -
YUV 104.25 155.51 82.89 -
System Red Green Blue C M Y K H S L
Decimal 41 127 153 0.73 0.17 0 0.4 193.93 0.58 0.38
Hex 29 7F 99 49 11 0 28 C2 3A 26
Octal 51 177 231 111 21 0 50 302 72 46
Binary 101001 1111111 10011001 1001001 10001 0 101000 11000010 111010 100110

Color Harmonies of #297F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297F99

Black with #297F99

Text Example


Text Example

White with #297F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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