Html Css Color HEX #298799 Scooter

📋 copy color: '#298799'

red 41 ◦ green 135 ◦ blue 153

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

Shades of Scooter #298799

Tints of Scooter #298799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.03%

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

R = 12.46%
G = 41.03%
B = 46.5%

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

#298799 (or 0x298799) is known color: Scooter. HEX triplet: 29, 87 and 99. RGB value is (41,135,153). Sum of RGB (Red+Green+Blue) = 41+135+153=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #298799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298799 is #D67866. Grayscale: #6C6C6C. Windows color (decimal): -14055527 or 10061609. OLE color: 10061609.

HSL color Cylindrical-coordinate representation of color #298799: hue angle of 189.64º 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 #298799 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 135 153 -
CMYK 0.73 0.12 0 0.4
HSL 189.64º 0.58% 0.38% -
HSV(B) 189.64º 0.73% 0.6% -
XYZ 15.33 20.1 33.21 -
YUV 108.95 152.86 79.54 -
System Red Green Blue C M Y K H S L
Decimal 41 135 153 0.73 0.12 0 0.4 189.64 0.58 0.38
Hex 29 87 99 49 C 0 28 BE 3A 26
Octal 51 207 231 111 14 0 50 276 72 46
Binary 101001 10000111 10011001 1001001 1100 0 101000 10111110 111010 100110

Color Harmonies of #298799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298799

Black with #298799

Text Example


Text Example

White with #298799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298799; }

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

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

background-color css

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

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

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

border-color css

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

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

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