Html Css Color HEX #298793 Scooter

📋 copy color: '#298793'

red 41 ◦ green 135 ◦ blue 147

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

Shades of Scooter #298793

Tints of Scooter #298793

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.8%

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

R = 12.69%
G = 41.8%
B = 45.51%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#298793 (or 0x298793) is known color: Scooter. HEX triplet: 29, 87 and 93. RGB value is (41,135,147). Sum of RGB (Red+Green+Blue) = 41+135+147=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #298793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298793 is #D6786C. Grayscale: #6C6C6C. Windows color (decimal): -14055533 or 9668393. OLE color: 9668393.

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

Color convert

RGB 41 135 147 -
CMYK 0.72 0.08 0 0.42
HSL 186.79º 0.56% 0.37% -
HSV(B) 186.79º 0.72% 0.58% -
XYZ 14.84 19.91 30.66 -
YUV 108.26 149.86 80.02 -
System Red Green Blue C M Y K H S L
Decimal 41 135 147 0.72 0.08 0 0.42 186.79 0.56 0.37
Hex 29 87 93 48 8 0 2A BB 38 25
Octal 51 207 223 110 10 0 52 273 70 45
Binary 101001 10000111 10010011 1001000 1000 0 101010 10111011 111000 100101

Color Harmonies of #298793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298793

Black with #298793

Text Example


Text Example

White with #298793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298793; }

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

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

background-color css

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

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

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

border-color css

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

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

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