Html Css Color HEX #298097 Scooter

📋 copy color: '#298097'

red 41 ◦ green 128 ◦ blue 151

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

Shades of Scooter #298097

Tints of Scooter #298097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

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

R = 12.81%
G = 40%
B = 47.19%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#298097 (or 0x298097) is known color: Scooter. HEX triplet: 29, 80 and 97. RGB value is (41,128,151). Sum of RGB (Red+Green+Blue) = 41+128+151=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #298097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298097 is #D67F68. Grayscale: #686868. Windows color (decimal): -14057321 or 9928745. OLE color: 9928745.

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

Color convert

RGB 41 128 151 -
CMYK 0.73 0.15 0 0.41
HSL 192.55º 0.57% 0.38% -
HSV(B) 192.55º 0.73% 0.59% -
XYZ 14.22 18.14 32.03 -
YUV 104.61 154.18 82.63 -
System Red Green Blue C M Y K H S L
Decimal 41 128 151 0.73 0.15 0 0.41 192.55 0.57 0.38
Hex 29 80 97 49 F 0 29 C1 39 26
Octal 51 200 227 111 17 0 51 301 71 46
Binary 101001 10000000 10010111 1001001 1111 0 101001 11000001 111001 100110

Color Harmonies of #298097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298097

Black with #298097

Text Example


Text Example

White with #298097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298097; }

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

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

background-color css

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

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

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

border-color css

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

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

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