Html Css Color HEX #298590 Scooter

📋 copy color: '#298590'

red 41 ◦ green 133 ◦ blue 144

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

Shades of Scooter #298590

Tints of Scooter #298590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.82%

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

R = 12.89%
G = 41.82%
B = 45.28%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#298590 (or 0x298590) is known color: Scooter. HEX triplet: 29, 85 and 90. RGB value is (41,133,144). Sum of RGB (Red+Green+Blue) = 41+133+144=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #298590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298590 is #D67A6F. Grayscale: #6A6A6A. Windows color (decimal): -14056048 or 9471273. OLE color: 9471273.

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

Color convert

RGB 41 133 144 -
CMYK 0.72 0.08 0 0.44
HSL 186.41º 0.56% 0.36% -
HSV(B) 186.41º 0.72% 0.56% -
XYZ 14.34 19.26 29.35 -
YUV 106.75 149.02 81.11 -
System Red Green Blue C M Y K H S L
Decimal 41 133 144 0.72 0.08 0 0.44 186.41 0.56 0.36
Hex 29 85 90 48 8 0 2C BA 38 24
Octal 51 205 220 110 10 0 54 272 70 44
Binary 101001 10000101 10010000 1001000 1000 0 101100 10111010 111000 100100

Color Harmonies of #298590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298590

Black with #298590

Text Example


Text Example

White with #298590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298590; }

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

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

background-color css

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

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

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

border-color css

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

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

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