Html Css Color HEX #298491 Scooter

📋 copy color: '#298491'

red 41 ◦ green 132 ◦ blue 145

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

Shades of Scooter #298491

Tints of Scooter #298491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.51%

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

R = 12.89%
G = 41.51%
B = 45.6%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#298491 (or 0x298491) is known color: Scooter. HEX triplet: 29, 84 and 91. RGB value is (41,132,145). Sum of RGB (Red+Green+Blue) = 41+132+145=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #298491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298491 is #D67B6E. Grayscale: #6A6A6A. Windows color (decimal): -14056303 or 9536553. OLE color: 9536553.

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

Color convert

RGB 41 132 145 -
CMYK 0.72 0.09 0 0.43
HSL 187.5º 0.56% 0.36% -
HSV(B) 187.5º 0.72% 0.57% -
XYZ 14.28 19.02 29.71 -
YUV 106.27 149.85 81.44 -
System Red Green Blue C M Y K H S L
Decimal 41 132 145 0.72 0.09 0 0.43 187.5 0.56 0.36
Hex 29 84 91 48 9 0 2B BC 38 24
Octal 51 204 221 110 11 0 53 274 70 44
Binary 101001 10000100 10010001 1001000 1001 0 101011 10111100 111000 100100

Color Harmonies of #298491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298491

Black with #298491

Text Example


Text Example

White with #298491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298491; }

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

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

background-color css

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

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

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

border-color css

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

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

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