Html Css Color HEX #298090 Scooter

📋 copy color: '#298090'

red 41 ◦ green 128 ◦ blue 144

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

Shades of Scooter #298090

Tints of Scooter #298090

RGB

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

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

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

R = 13.1%
G = 40.89%
B = 46.01%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#298090 (or 0x298090) is known color: Scooter. HEX triplet: 29, 80 and 90. RGB value is (41,128,144). Sum of RGB (Red+Green+Blue) = 41+128+144=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #298090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298090 is #D67F6F. Grayscale: #676767. Windows color (decimal): -14057328 or 9469993. OLE color: 9469993.

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

Color convert

RGB 41 128 144 -
CMYK 0.72 0.11 0 0.44
HSL 189.32º 0.56% 0.36% -
HSV(B) 189.32º 0.72% 0.56% -
XYZ 13.67 17.92 29.12 -
YUV 103.81 150.68 83.2 -
System Red Green Blue C M Y K H S L
Decimal 41 128 144 0.72 0.11 0 0.44 189.32 0.56 0.36
Hex 29 80 90 48 B 0 2C BD 38 24
Octal 51 200 220 110 13 0 54 275 70 44
Binary 101001 10000000 10010000 1001000 1011 0 101100 10111101 111000 100100

Color Harmonies of #298090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298090

Black with #298090

Text Example


Text Example

White with #298090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298090; }

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

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

background-color css

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

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

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

border-color css

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

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

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