Html Css Color HEX #298895 Scooter

📋 copy color: '#298895'

red 41 ◦ green 136 ◦ blue 149

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

Shades of Scooter #298895

Tints of Scooter #298895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.72%

 BLUE value IS 149 (58.59% from 255) = 45.71%

R = 12.58%
G = 41.72%
B = 45.71%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#298895 (or 0x298895) is known color: Scooter. HEX triplet: 29, 88 and 95. RGB value is (41,136,149). Sum of RGB (Red+Green+Blue) = 41+136+149=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #298895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298895 is #D6776A. Grayscale: #6C6C6C. Windows color (decimal): -14055275 or 9799721. OLE color: 9799721.

HSL color Cylindrical-coordinate representation of color #298895: hue angle of 187.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298895 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 136 149 -
CMYK 0.72 0.09 0 0.42
HSL 187.22º 0.57% 0.37% -
HSV(B) 187.22º 0.72% 0.58% -
XYZ 15.14 20.25 31.54 -
YUV 109.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 41 136 149 0.72 0.09 0 0.42 187.22 0.57 0.37
Hex 29 88 95 48 9 0 2A BB 39 25
Octal 51 210 225 110 11 0 52 273 71 45
Binary 101001 10001000 10010101 1001000 1001 0 101010 10111011 111001 100101

Color Harmonies of #298895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298895

Black with #298895

Text Example


Text Example

White with #298895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298895; }

 p { color: rgb(41,136,149); }

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

background-color css

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

 a { background-color: rgb(41,136,149); }

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

border-color css

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

 span { border-color: rgb(41,136,149); }

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