Html Css Color HEX #298498 Scooter

📋 copy color: '#298498'

red 41 ◦ green 132 ◦ blue 152

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

Shades of Scooter #298498

Tints of Scooter #298498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.62%

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

R = 12.62%
G = 40.62%
B = 46.77%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#298498 (or 0x298498) is known color: Scooter. HEX triplet: 29, 84 and 98. RGB value is (41,132,152). Sum of RGB (Red+Green+Blue) = 41+132+152=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #298498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298498 is #D67B67. Grayscale: #6A6A6A. Windows color (decimal): -14056296 or 9995305. OLE color: 9995305.

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

Color convert

RGB 41 132 152 -
CMYK 0.73 0.13 0 0.40
HSL 190.81º 0.58% 0.38% -
HSV(B) 190.81º 0.73% 0.6% -
XYZ 14.83 19.24 32.64 -
YUV 107.07 153.35 80.87 -
System Red Green Blue C M Y K H S L
Decimal 41 132 152 0.73 0.13 0 0.40 190.81 0.58 0.38
Hex 29 84 98 49 D 0 28 BF 3A 26
Octal 51 204 230 111 15 0 50 277 72 46
Binary 101001 10000100 10011000 1001001 1101 0 101000 10111111 111010 100110

Color Harmonies of #298498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298498

Black with #298498

Text Example


Text Example

White with #298498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298498; }

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

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

background-color css

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

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

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

border-color css

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

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

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