Html Css Color HEX #298D9F Scooter

📋 copy color: '#298D9F'

red 41 ◦ green 141 ◦ blue 159

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

Shades of Scooter #298D9F

Tints of Scooter #298D9F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.35%

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

R = 12.02%
G = 41.35%
B = 46.63%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#298D9F (or 0x298D9F) is known color: Scooter. HEX triplet: 29, 8D and 9F. RGB value is (41,141,159). Sum of RGB (Red+Green+Blue) = 41+141+159=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #298D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D9F is #D67260. Grayscale: #707070. Windows color (decimal): -14053985 or 10456361. OLE color: 10456361.

HSL color Cylindrical-coordinate representation of color #298D9F: hue angle of 189.15º 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 #298D9F is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 141 159 -
CMYK 0.74 0.11 0 0.38
HSL 189.15º 0.59% 0.39% -
HSV(B) 189.15º 0.74% 0.62% -
XYZ 16.7 22.02 36.17 -
YUV 113.15 153.87 76.54 -
System Red Green Blue C M Y K H S L
Decimal 41 141 159 0.74 0.11 0 0.38 189.15 0.59 0.39
Hex 29 8D 9F 4A B 0 26 BD 3B 27
Octal 51 215 237 112 13 0 46 275 73 47
Binary 101001 10001101 10011111 1001010 1011 0 100110 10111101 111011 100111

Color Harmonies of #298D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298D9F

Black with #298D9F

Text Example


Text Example

White with #298D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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