Html Css Color HEX #298A98 Scooter

📋 copy color: '#298A98'

red 41 ◦ green 138 ◦ blue 152

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

Shades of Scooter #298A98

Tints of Scooter #298A98

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.69%

 BLUE value IS 152 (59.77% from 255) = 45.92%

R = 12.39%
G = 41.69%
B = 45.92%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#298A98 (or 0x298A98) is known color: Scooter. HEX triplet: 29, 8A and 98. RGB value is (41,138,152). Sum of RGB (Red+Green+Blue) = 41+138+152=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #298A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298A98 is #D67567. Grayscale: #6E6E6E. Windows color (decimal): -14054760 or 9996841. OLE color: 9996841.

HSL color Cylindrical-coordinate representation of color #298A98: hue angle of 187.57º 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 #298A98 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 138 152 -
CMYK 0.73 0.09 0 0.40
HSL 187.57º 0.58% 0.38% -
HSV(B) 187.57º 0.73% 0.6% -
XYZ 15.67 20.92 32.92 -
YUV 110.59 151.36 78.36 -
System Red Green Blue C M Y K H S L
Decimal 41 138 152 0.73 0.09 0 0.40 187.57 0.58 0.38
Hex 29 8A 98 49 9 0 28 BC 3A 26
Octal 51 212 230 111 11 0 50 274 72 46
Binary 101001 10001010 10011000 1001001 1001 0 101000 10111100 111010 100110

Color Harmonies of #298A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298A98

Black with #298A98

Text Example


Text Example

White with #298A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298A98; }

 p { color: rgb(41,138,152); }

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

background-color css

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

 a { background-color: rgb(41,138,152); }

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

border-color css

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

 span { border-color: rgb(41,138,152); }

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