Html Css Color HEX #297F9B Scooter

📋 copy color: '#297F9B'

red 41 ◦ green 127 ◦ blue 155

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

Shades of Scooter #297F9B

Tints of Scooter #297F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.99%

R = 12.69%
G = 39.32%
B = 47.99%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#297F9B (or 0x297F9B) is known color: Scooter. HEX triplet: 29, 7F and 9B. RGB value is (41,127,155). Sum of RGB (Red+Green+Blue) = 41+127+155=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #297F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297F9B is #D68064. Grayscale: #686868. Windows color (decimal): -14057573 or 10190633. OLE color: 10190633.

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

Color convert

RGB 41 127 155 -
CMYK 0.74 0.18 0 0.39
HSL 194.74º 0.58% 0.38% -
HSV(B) 194.74º 0.74% 0.61% -
XYZ 14.42 18.02 33.73 -
YUV 104.48 156.51 82.72 -
System Red Green Blue C M Y K H S L
Decimal 41 127 155 0.74 0.18 0 0.39 194.74 0.58 0.38
Hex 29 7F 9B 4A 12 0 27 C3 3A 26
Octal 51 177 233 112 22 0 47 303 72 46
Binary 101001 1111111 10011011 1001010 10010 0 100111 11000011 111010 100110

Color Harmonies of #297F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297F9B

Black with #297F9B

Text Example


Text Example

White with #297F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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