Html Css Color HEX #298593 Scooter

📋 copy color: '#298593'

red 41 ◦ green 133 ◦ blue 147

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

Shades of Scooter #298593

Tints of Scooter #298593

RGB

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

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

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

R = 12.77%
G = 41.43%
B = 45.79%

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

#298593 (or 0x298593) is known color: Scooter. HEX triplet: 29, 85 and 93. RGB value is (41,133,147). Sum of RGB (Red+Green+Blue) = 41+133+147=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #298593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298593 is #D67A6C. Grayscale: #6A6A6A. Windows color (decimal): -14056045 or 9667881. OLE color: 9667881.

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

Color convert

RGB 41 133 147 -
CMYK 0.72 0.10 0 0.42
HSL 187.92º 0.56% 0.37% -
HSV(B) 187.92º 0.72% 0.58% -
XYZ 14.57 19.35 30.57 -
YUV 107.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 41 133 147 0.72 0.10 0 0.42 187.92 0.56 0.37
Hex 29 85 93 48 A 0 2A BC 38 25
Octal 51 205 223 110 12 0 52 274 70 45
Binary 101001 10000101 10010011 1001000 1010 0 101010 10111100 111000 100101

Color Harmonies of #298593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298593

Black with #298593

Text Example


Text Example

White with #298593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298593; }

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

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

background-color css

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

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

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

border-color css

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

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

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