Html Css Color HEX #298397 Scooter

📋 copy color: '#298397'

red 41 ◦ green 131 ◦ blue 151

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

Shades of Scooter #298397

Tints of Scooter #298397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.75%

R = 12.69%
G = 40.56%
B = 46.75%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#298397 (or 0x298397) is known color: Scooter. HEX triplet: 29, 83 and 97. RGB value is (41,131,151). Sum of RGB (Red+Green+Blue) = 41+131+151=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #298397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298397 is #D67C68. Grayscale: #6A6A6A. Windows color (decimal): -14056553 or 9929513. OLE color: 9929513.

HSL color Cylindrical-coordinate representation of color #298397: hue angle of 190.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #298397 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 131 151 -
CMYK 0.73 0.13 0 0.41
HSL 190.91º 0.57% 0.38% -
HSV(B) 190.91º 0.73% 0.59% -
XYZ 14.62 18.94 32.16 -
YUV 106.37 153.18 81.37 -
System Red Green Blue C M Y K H S L
Decimal 41 131 151 0.73 0.13 0 0.41 190.91 0.57 0.38
Hex 29 83 97 49 D 0 29 BF 39 26
Octal 51 203 227 111 15 0 51 277 71 46
Binary 101001 10000011 10010111 1001001 1101 0 101001 10111111 111001 100110

Color Harmonies of #298397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298397

Black with #298397

Text Example


Text Example

White with #298397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298397; }

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

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

background-color css

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

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

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

border-color css

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

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

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