Html Css Color HEX #298690 Scooter

📋 copy color: '#298690'

red 41 ◦ green 134 ◦ blue 144

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

Shades of Scooter #298690

Tints of Scooter #298690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.01%

 BLUE value IS 144 (56.64% from 255) = 45.14%

R = 12.85%
G = 42.01%
B = 45.14%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#298690 (or 0x298690) is known color: Scooter. HEX triplet: 29, 86 and 90. RGB value is (41,134,144). Sum of RGB (Red+Green+Blue) = 41+134+144=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #298690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298690 is #D6796F. Grayscale: #6B6B6B. Windows color (decimal): -14055792 or 9471529. OLE color: 9471529.

HSL color Cylindrical-coordinate representation of color #298690: hue angle of 185.83º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298690 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 134 144 -
CMYK 0.72 0.07 0 0.44
HSL 185.83º 0.56% 0.36% -
HSV(B) 185.83º 0.72% 0.56% -
XYZ 14.47 19.54 29.39 -
YUV 107.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 41 134 144 0.72 0.07 0 0.44 185.83 0.56 0.36
Hex 29 86 90 48 7 0 2C BA 38 24
Octal 51 206 220 110 7 0 54 272 70 44
Binary 101001 10000110 10010000 1001000 111 0 101100 10111010 111000 100100

Color Harmonies of #298690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298690

Black with #298690

Text Example


Text Example

White with #298690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298690; }

 p { color: rgb(41,134,144); }

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

background-color css

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

 a { background-color: rgb(41,134,144); }

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

border-color css

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

 span { border-color: rgb(41,134,144); }

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