Html Css Color HEX #297E95 Scooter

📋 copy color: '#297E95'

red 41 ◦ green 126 ◦ blue 149

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

Shades of Scooter #297E95

Tints of Scooter #297E95

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.87%

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

R = 12.97%
G = 39.87%
B = 47.15%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#297E95 (or 0x297E95) is known color: Scooter. HEX triplet: 29, 7E and 95. RGB value is (41,126,149). Sum of RGB (Red+Green+Blue) = 41+126+149=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #297E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E95 is #D6816A. Grayscale: #676767. Windows color (decimal): -14057835 or 9797161. OLE color: 9797161.

HSL color Cylindrical-coordinate representation of color #297E95: hue angle of 192.78º 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 #297E95 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 126 149 -
CMYK 0.72 0.15 0 0.42
HSL 192.78º 0.57% 0.37% -
HSV(B) 192.78º 0.72% 0.58% -
XYZ 13.8 17.56 31.1 -
YUV 103.21 153.84 83.63 -
System Red Green Blue C M Y K H S L
Decimal 41 126 149 0.72 0.15 0 0.42 192.78 0.57 0.37
Hex 29 7E 95 48 F 0 2A C1 39 25
Octal 51 176 225 110 17 0 52 301 71 45
Binary 101001 1111110 10010101 1001000 1111 0 101010 11000001 111001 100101

Color Harmonies of #297E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297E95

Black with #297E95

Text Example


Text Example

White with #297E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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