Html Css Color HEX #297C96 Scooter

📋 copy color: '#297C96'

red 41 ◦ green 124 ◦ blue 150

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

Shades of Scooter #297C96

Tints of Scooter #297C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.62%

R = 13.02%
G = 39.37%
B = 47.62%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#297C96 (or 0x297C96) is known color: Scooter. HEX triplet: 29, 7C and 96. RGB value is (41,124,150). Sum of RGB (Red+Green+Blue) = 41+124+150=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #297C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297C96 is #D68369. Grayscale: #656565. Windows color (decimal): -14058346 or 9862185. OLE color: 9862185.

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

Color convert

RGB 41 124 150 -
CMYK 0.73 0.17 0 0.41
HSL 194.31º 0.57% 0.37% -
HSV(B) 194.31º 0.73% 0.59% -
XYZ 13.63 17.09 31.43 -
YUV 102.15 155 84.39 -
System Red Green Blue C M Y K H S L
Decimal 41 124 150 0.73 0.17 0 0.41 194.31 0.57 0.37
Hex 29 7C 96 49 11 0 29 C2 39 25
Octal 51 174 226 111 21 0 51 302 71 45
Binary 101001 1111100 10010110 1001001 10001 0 101001 11000010 111001 100101

Color Harmonies of #297C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C96

Black with #297C96

Text Example


Text Example

White with #297C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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