Html Css Color HEX #298699 Scooter

📋 copy color: '#298699'

red 41 ◦ green 134 ◦ blue 153

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

Shades of Scooter #298699

Tints of Scooter #298699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.65%

R = 12.5%
G = 40.85%
B = 46.65%

CMYK

 C value IS 0.73

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#298699 (or 0x298699) is known color: Scooter. HEX triplet: 29, 86 and 99. RGB value is (41,134,153). Sum of RGB (Red+Green+Blue) = 41+134+153=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #298699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298699 is #D67966. Grayscale: #6C6C6C. Windows color (decimal): -14055783 or 10061353. OLE color: 10061353.

HSL color Cylindrical-coordinate representation of color #298699: hue angle of 190.18º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #298699 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 134 153 -
CMYK 0.73 0.12 0 0.4
HSL 190.18º 0.58% 0.38% -
HSV(B) 190.18º 0.73% 0.6% -
XYZ 15.19 19.82 33.16 -
YUV 108.36 153.19 79.96 -
System Red Green Blue C M Y K H S L
Decimal 41 134 153 0.73 0.12 0 0.4 190.18 0.58 0.38
Hex 29 86 99 49 C 0 28 BE 3A 26
Octal 51 206 231 111 14 0 50 276 72 46
Binary 101001 10000110 10011001 1001001 1100 0 101000 10111110 111010 100110

Color Harmonies of #298699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298699

Black with #298699

Text Example


Text Example

White with #298699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298699; }

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

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

background-color css

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

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

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

border-color css

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

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

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