Html Css Color HEX #298493 Scooter

📋 copy color: '#298493'

red 41 ◦ green 132 ◦ blue 147

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

Shades of Scooter #298493

Tints of Scooter #298493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.94%

R = 12.81%
G = 41.25%
B = 45.94%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#298493 (or 0x298493) is known color: Scooter. HEX triplet: 29, 84 and 93. RGB value is (41,132,147). Sum of RGB (Red+Green+Blue) = 41+132+147=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #298493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298493 is #D67B6C. Grayscale: #6A6A6A. Windows color (decimal): -14056301 or 9667625. OLE color: 9667625.

HSL color Cylindrical-coordinate representation of color #298493: hue angle of 188.49º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298493 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 132 147 -
CMYK 0.72 0.10 0 0.42
HSL 188.49º 0.56% 0.37% -
HSV(B) 188.49º 0.72% 0.58% -
XYZ 14.43 19.08 30.53 -
YUV 106.5 150.85 81.28 -
System Red Green Blue C M Y K H S L
Decimal 41 132 147 0.72 0.10 0 0.42 188.49 0.56 0.37
Hex 29 84 93 48 A 0 2A BC 38 25
Octal 51 204 223 110 12 0 52 274 70 45
Binary 101001 10000100 10010011 1001000 1010 0 101010 10111100 111000 100101

Color Harmonies of #298493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298493

Black with #298493

Text Example


Text Example

White with #298493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298493; }

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

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

background-color css

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

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

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

border-color css

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

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

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