Html Css Color HEX #297C95 Scooter

📋 copy color: '#297C95'

red 41 ◦ green 124 ◦ blue 149

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

Shades of Scooter #297C95

Tints of Scooter #297C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.45%

R = 13.06%
G = 39.49%
B = 47.45%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#297C95 (or 0x297C95) is known color: Scooter. HEX triplet: 29, 7C and 95. RGB value is (41,124,149). Sum of RGB (Red+Green+Blue) = 41+124+149=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #297C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297C95 is #D6836A. Grayscale: #656565. Windows color (decimal): -14058347 or 9796649. OLE color: 9796649.

HSL color Cylindrical-coordinate representation of color #297C95: hue angle of 193.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297C95 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 124 149 -
CMYK 0.72 0.17 0 0.42
HSL 193.89º 0.57% 0.37% -
HSV(B) 193.89º 0.72% 0.58% -
XYZ 13.55 17.06 31.01 -
YUV 102.03 154.5 84.47 -
System Red Green Blue C M Y K H S L
Decimal 41 124 149 0.72 0.17 0 0.42 193.89 0.57 0.37
Hex 29 7C 95 48 11 0 2A C2 39 25
Octal 51 174 225 110 21 0 52 302 71 45
Binary 101001 1111100 10010101 1001000 10001 0 101010 11000010 111001 100101

Color Harmonies of #297C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C95

Black with #297C95

Text Example


Text Example

White with #297C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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