Html Css Color HEX #298591 Scooter

📋 copy color: '#298591'

red 41 ◦ green 133 ◦ blue 145

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

Shades of Scooter #298591

Tints of Scooter #298591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.45%

R = 12.85%
G = 41.69%
B = 45.45%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#298591 (or 0x298591) is known color: Scooter. HEX triplet: 29, 85 and 91. RGB value is (41,133,145). Sum of RGB (Red+Green+Blue) = 41+133+145=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #298591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298591 is #D67A6E. Grayscale: #6A6A6A. Windows color (decimal): -14056047 or 9536809. OLE color: 9536809.

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

Color convert

RGB 41 133 145 -
CMYK 0.72 0.08 0 0.43
HSL 186.92º 0.56% 0.36% -
HSV(B) 186.92º 0.72% 0.57% -
XYZ 14.41 19.29 29.75 -
YUV 106.86 149.52 81.02 -
System Red Green Blue C M Y K H S L
Decimal 41 133 145 0.72 0.08 0 0.43 186.92 0.56 0.36
Hex 29 85 91 48 8 0 2B BB 38 24
Octal 51 205 221 110 10 0 53 273 70 44
Binary 101001 10000101 10010001 1001000 1000 0 101011 10111011 111000 100100

Color Harmonies of #298591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298591

Black with #298591

Text Example


Text Example

White with #298591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298591; }

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

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

background-color css

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

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

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

border-color css

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

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

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