Html Css Color HEX #298796 Scooter

📋 copy color: '#298796'

red 41 ◦ green 135 ◦ blue 150

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

Shades of Scooter #298796

Tints of Scooter #298796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.01%

R = 12.58%
G = 41.41%
B = 46.01%

CMYK

 C value IS 0.73

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#298796 (or 0x298796) is known color: Scooter. HEX triplet: 29, 87 and 96. RGB value is (41,135,150). Sum of RGB (Red+Green+Blue) = 41+135+150=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #298796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298796 is #D67869. Grayscale: #6C6C6C. Windows color (decimal): -14055530 or 9865001. OLE color: 9865001.

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

Color convert

RGB 41 135 150 -
CMYK 0.73 0.1 0 0.41
HSL 188.26º 0.57% 0.37% -
HSV(B) 188.26º 0.73% 0.59% -
XYZ 15.08 20 31.92 -
YUV 108.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 41 135 150 0.73 0.1 0 0.41 188.26 0.57 0.37
Hex 29 87 96 49 A 0 29 BC 39 25
Octal 51 207 226 111 12 0 51 274 71 45
Binary 101001 10000111 10010110 1001001 1010 0 101001 10111100 111001 100101

Color Harmonies of #298796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298796

Black with #298796

Text Example


Text Example

White with #298796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298796; }

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

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

background-color css

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

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

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

border-color css

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

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

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