Html Css Color HEX #298797 Scooter

📋 copy color: '#298797'

red 41 ◦ green 135 ◦ blue 151

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

Shades of Scooter #298797

Tints of Scooter #298797

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.28%

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

R = 12.54%
G = 41.28%
B = 46.18%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#298797 (or 0x298797) is known color: Scooter. HEX triplet: 29, 87 and 97. RGB value is (41,135,151). Sum of RGB (Red+Green+Blue) = 41+135+151=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 151 - color contains mainly: blue. Hex color #298797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298797 is #D67868. Grayscale: #6C6C6C. Windows color (decimal): -14055529 or 9930537. OLE color: 9930537.

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

Color convert

RGB 41 135 151 -
CMYK 0.73 0.11 0 0.41
HSL 188.73º 0.57% 0.38% -
HSV(B) 188.73º 0.73% 0.59% -
XYZ 15.16 20.03 32.35 -
YUV 108.72 151.86 79.7 -
System Red Green Blue C M Y K H S L
Decimal 41 135 151 0.73 0.11 0 0.41 188.73 0.57 0.38
Hex 29 87 97 49 B 0 29 BD 39 26
Octal 51 207 227 111 13 0 51 275 71 46
Binary 101001 10000111 10010111 1001001 1011 0 101001 10111101 111001 100110

Color Harmonies of #298797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298797

Black with #298797

Text Example


Text Example

White with #298797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298797; }

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

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

background-color css

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

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

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

border-color css

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

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

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