Html Css Color HEX #298393 Scooter

📋 copy color: '#298393'

red 41 ◦ green 131 ◦ blue 147

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

Shades of Scooter #298393

Tints of Scooter #298393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.07%

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

R = 12.85%
G = 41.07%
B = 46.08%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#298393 (or 0x298393) is known color: Scooter. HEX triplet: 29, 83 and 93. RGB value is (41,131,147). Sum of RGB (Red+Green+Blue) = 41+131+147=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #298393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298393 is #D67C6C. Grayscale: #696969. Windows color (decimal): -14056557 or 9667369. OLE color: 9667369.

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

Color convert

RGB 41 131 147 -
CMYK 0.72 0.11 0 0.42
HSL 189.06º 0.56% 0.37% -
HSV(B) 189.06º 0.72% 0.58% -
XYZ 14.3 18.81 30.48 -
YUV 105.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 41 131 147 0.72 0.11 0 0.42 189.06 0.56 0.37
Hex 29 83 93 48 B 0 2A BD 38 25
Octal 51 203 223 110 13 0 52 275 70 45
Binary 101001 10000011 10010011 1001000 1011 0 101010 10111101 111000 100101

Color Harmonies of #298393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298393

Black with #298393

Text Example


Text Example

White with #298393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298393; }

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

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

background-color css

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

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

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

border-color css

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

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

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