Html Css Color HEX #298693 Scooter

📋 copy color: '#298693'

red 41 ◦ green 134 ◦ blue 147

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

Shades of Scooter #298693

Tints of Scooter #298693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.61%

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

R = 12.73%
G = 41.61%
B = 45.65%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#298693 (or 0x298693) is known color: Scooter. HEX triplet: 29, 86 and 93. RGB value is (41,134,147). Sum of RGB (Red+Green+Blue) = 41+134+147=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #298693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298693 is #D6796C. Grayscale: #6B6B6B. Windows color (decimal): -14055789 or 9668137. OLE color: 9668137.

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

Color convert

RGB 41 134 147 -
CMYK 0.72 0.09 0 0.42
HSL 187.36º 0.56% 0.37% -
HSV(B) 187.36º 0.72% 0.58% -
XYZ 14.71 19.63 30.62 -
YUV 107.68 150.19 80.44 -
System Red Green Blue C M Y K H S L
Decimal 41 134 147 0.72 0.09 0 0.42 187.36 0.56 0.37
Hex 29 86 93 48 9 0 2A BB 38 25
Octal 51 206 223 110 11 0 52 273 70 45
Binary 101001 10000110 10010011 1001000 1001 0 101010 10111011 111000 100101

Color Harmonies of #298693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298693

Black with #298693

Text Example


Text Example

White with #298693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298693; }

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

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

background-color css

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

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

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

border-color css

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

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

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