Html Css Color HEX #297D9F Scooter

📋 copy color: '#297D9F'

red 41 ◦ green 125 ◦ blue 159

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

Shades of Scooter #297D9F

Tints of Scooter #297D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.46%

 BLUE value IS 159 (62.5% from 255) = 48.92%

R = 12.62%
G = 38.46%
B = 48.92%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#297D9F (or 0x297D9F) is known color: Scooter. HEX triplet: 29, 7D and 9F. RGB value is (41,125,159). Sum of RGB (Red+Green+Blue) = 41+125+159=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #297D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297D9F is #D68260. Grayscale: #676767. Windows color (decimal): -14058081 or 10452265. OLE color: 10452265.

HSL color Cylindrical-coordinate representation of color #297D9F: hue angle of 197.29º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #297D9F is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 125 159 -
CMYK 0.74 0.21 0 0.38
HSL 197.29º 0.59% 0.39% -
HSV(B) 197.29º 0.74% 0.62% -
XYZ 14.51 17.64 35.44 -
YUV 103.76 159.17 83.24 -
System Red Green Blue C M Y K H S L
Decimal 41 125 159 0.74 0.21 0 0.38 197.29 0.59 0.39
Hex 29 7D 9F 4A 15 0 26 C5 3B 27
Octal 51 175 237 112 25 0 46 305 73 47
Binary 101001 1111101 10011111 1001010 10101 0 100110 11000101 111011 100111

Color Harmonies of #297D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297D9F

Black with #297D9F

Text Example


Text Example

White with #297D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,125,159); }

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

background-color css

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

 a { background-color: rgb(41,125,159); }

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

border-color css

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

 span { border-color: rgb(41,125,159); }

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