Html Css Color HEX #298191 Scooter

📋 copy color: '#298191'

red 41 ◦ green 129 ◦ blue 145

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

Shades of Scooter #298191

Tints of Scooter #298191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.95%

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 13.02%
G = 40.95%
B = 46.03%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#298191 (or 0x298191) is known color: Scooter. HEX triplet: 29, 81 and 91. RGB value is (41,129,145). Sum of RGB (Red+Green+Blue) = 41+129+145=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #298191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298191 is #D67E6E. Grayscale: #686868. Windows color (decimal): -14057071 or 9535785. OLE color: 9535785.

HSL color Cylindrical-coordinate representation of color #298191: hue angle of 189.23º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298191 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 129 145 -
CMYK 0.72 0.11 0 0.43
HSL 189.23º 0.56% 0.36% -
HSV(B) 189.23º 0.72% 0.57% -
XYZ 13.88 18.22 29.57 -
YUV 104.51 150.85 82.7 -
System Red Green Blue C M Y K H S L
Decimal 41 129 145 0.72 0.11 0 0.43 189.23 0.56 0.36
Hex 29 81 91 48 B 0 2B BD 38 24
Octal 51 201 221 110 13 0 53 275 70 44
Binary 101001 10000001 10010001 1001000 1011 0 101011 10111101 111000 100100

Color Harmonies of #298191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298191

Black with #298191

Text Example


Text Example

White with #298191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298191; }

 p { color: rgb(41,129,145); }

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

background-color css

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

 a { background-color: rgb(41,129,145); }

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

border-color css

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

 span { border-color: rgb(41,129,145); }

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