Html Css Color HEX #298993 Scooter

📋 copy color: '#298993'

red 41 ◦ green 137 ◦ blue 147

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

Shades of Scooter #298993

Tints of Scooter #298993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.15%

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

R = 12.62%
G = 42.15%
B = 45.23%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#298993 (or 0x298993) is known color: Scooter. HEX triplet: 29, 89 and 93. RGB value is (41,137,147). Sum of RGB (Red+Green+Blue) = 41+137+147=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #298993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298993 is #D6766C. Grayscale: #6D6D6D. Windows color (decimal): -14055021 or 9668905. OLE color: 9668905.

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

Color convert

RGB 41 137 147 -
CMYK 0.72 0.07 0 0.42
HSL 185.66º 0.56% 0.37% -
HSV(B) 185.66º 0.72% 0.58% -
XYZ 15.13 20.47 30.76 -
YUV 109.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 41 137 147 0.72 0.07 0 0.42 185.66 0.56 0.37
Hex 29 89 93 48 7 0 2A BA 38 25
Octal 51 211 223 110 7 0 52 272 70 45
Binary 101001 10001001 10010011 1001000 111 0 101010 10111010 111000 100101

Color Harmonies of #298993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298993

Black with #298993

Text Example


Text Example

White with #298993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298993; }

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

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

background-color css

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

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

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

border-color css

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

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

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