Html Css Color HEX #298399 Scooter

📋 copy color: '#298399'

red 41 ◦ green 131 ◦ blue 153

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

Shades of Scooter #298399

Tints of Scooter #298399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.31%

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

R = 12.62%
G = 40.31%
B = 47.08%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#298399 (or 0x298399) is known color: Scooter. HEX triplet: 29, 83 and 99. RGB value is (41,131,153). Sum of RGB (Red+Green+Blue) = 41+131+153=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #298399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298399 is #D67C66. Grayscale: #6A6A6A. Windows color (decimal): -14056551 or 10060585. OLE color: 10060585.

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

Color convert

RGB 41 131 153 -
CMYK 0.73 0.14 0 0.4
HSL 191.79º 0.58% 0.38% -
HSV(B) 191.79º 0.73% 0.6% -
XYZ 14.78 19 33.03 -
YUV 106.6 154.18 81.21 -
System Red Green Blue C M Y K H S L
Decimal 41 131 153 0.73 0.14 0 0.4 191.79 0.58 0.38
Hex 29 83 99 49 E 0 28 C0 3A 26
Octal 51 203 231 111 16 0 50 300 72 46
Binary 101001 10000011 10011001 1001001 1110 0 101000 11000000 111010 100110

Color Harmonies of #298399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298399

Black with #298399

Text Example


Text Example

White with #298399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298399; }

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

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

background-color css

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

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

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

border-color css

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

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

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