Html Css Color HEX #298B9F Scooter

📋 copy color: '#298B9F'

red 41 ◦ green 139 ◦ blue 159

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

Shades of Scooter #298B9F

Tints of Scooter #298B9F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41%

 BLUE value IS 159 (62.5% from 255) = 46.9%

R = 12.09%
G = 41%
B = 46.9%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#298B9F (or 0x298B9F) is known color: Scooter. HEX triplet: 29, 8B and 9F. RGB value is (41,139,159). Sum of RGB (Red+Green+Blue) = 41+139+159=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #298B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298B9F is #D67460. Grayscale: #6F6F6F. Windows color (decimal): -14054497 or 10455849. OLE color: 10455849.

HSL color Cylindrical-coordinate representation of color #298B9F: hue angle of 190.17º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #298B9F is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 139 159 -
CMYK 0.74 0.13 0 0.38
HSL 190.17º 0.59% 0.39% -
HSV(B) 190.17º 0.74% 0.62% -
XYZ 16.41 21.44 36.07 -
YUV 111.98 154.53 77.37 -
System Red Green Blue C M Y K H S L
Decimal 41 139 159 0.74 0.13 0 0.38 190.17 0.59 0.39
Hex 29 8B 9F 4A D 0 26 BE 3B 27
Octal 51 213 237 112 15 0 46 276 73 47
Binary 101001 10001011 10011111 1001010 1101 0 100110 10111110 111011 100111

Color Harmonies of #298B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298B9F

Black with #298B9F

Text Example


Text Example

White with #298B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,139,159); }

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

background-color css

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

 a { background-color: rgb(41,139,159); }

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

border-color css

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

 span { border-color: rgb(41,139,159); }

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