Html Css Color HEX #298899 Scooter

📋 copy color: '#298899'

red 41 ◦ green 136 ◦ blue 153

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

Shades of Scooter #298899

Tints of Scooter #298899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.21%

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

R = 12.42%
G = 41.21%
B = 46.36%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#298899 (or 0x298899) is known color: Scooter. HEX triplet: 29, 88 and 99. RGB value is (41,136,153). Sum of RGB (Red+Green+Blue) = 41+136+153=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #298899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298899 is #D67766. Grayscale: #6D6D6D. Windows color (decimal): -14055271 or 10061865. OLE color: 10061865.

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

Color convert

RGB 41 136 153 -
CMYK 0.73 0.11 0 0.4
HSL 189.11º 0.58% 0.38% -
HSV(B) 189.11º 0.73% 0.6% -
XYZ 15.47 20.38 33.26 -
YUV 109.53 152.53 79.12 -
System Red Green Blue C M Y K H S L
Decimal 41 136 153 0.73 0.11 0 0.4 189.11 0.58 0.38
Hex 29 88 99 49 B 0 28 BD 3A 26
Octal 51 210 231 111 13 0 50 275 72 46
Binary 101001 10001000 10011001 1001001 1011 0 101000 10111101 111010 100110

Color Harmonies of #298899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298899

Black with #298899

Text Example


Text Example

White with #298899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298899; }

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

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

background-color css

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

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

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

border-color css

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

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

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