Html Css Color HEX #298697 Scooter

📋 copy color: '#298697'

red 41 ◦ green 134 ◦ blue 151

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

Shades of Scooter #298697

Tints of Scooter #298697

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.1%

 BLUE value IS 151 (59.38% from 255) = 46.32%

R = 12.58%
G = 41.1%
B = 46.32%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#298697 (or 0x298697) is known color: Scooter. HEX triplet: 29, 86 and 97. RGB value is (41,134,151). Sum of RGB (Red+Green+Blue) = 41+134+151=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #298697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298697 is #D67968. Grayscale: #6B6B6B. Windows color (decimal): -14055785 or 9930281. OLE color: 9930281.

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

Color convert

RGB 41 134 151 -
CMYK 0.73 0.11 0 0.41
HSL 189.27º 0.57% 0.38% -
HSV(B) 189.27º 0.73% 0.59% -
XYZ 15.03 19.76 32.3 -
YUV 108.13 152.19 80.12 -
System Red Green Blue C M Y K H S L
Decimal 41 134 151 0.73 0.11 0 0.41 189.27 0.57 0.38
Hex 29 86 97 49 B 0 29 BD 39 26
Octal 51 206 227 111 13 0 51 275 71 46
Binary 101001 10000110 10010111 1001001 1011 0 101001 10111101 111001 100110

Color Harmonies of #298697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298697

Black with #298697

Text Example


Text Example

White with #298697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298697; }

 p { color: rgb(41,134,151); }

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

background-color css

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

 a { background-color: rgb(41,134,151); }

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

border-color css

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

 span { border-color: rgb(41,134,151); }

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