Html Css Color HEX #298192 Scooter

📋 copy color: '#298192'

red 41 ◦ green 129 ◦ blue 146

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

Shades of Scooter #298192

Tints of Scooter #298192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.82%

 BLUE value IS 146 (57.42% from 255) = 46.2%

R = 12.97%
G = 40.82%
B = 46.2%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#298192 (or 0x298192) is known color: Scooter. HEX triplet: 29, 81 and 92. RGB value is (41,129,146). Sum of RGB (Red+Green+Blue) = 41+129+146=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #298192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298192 is #D67E6D. Grayscale: #686868. Windows color (decimal): -14057070 or 9601321. OLE color: 9601321.

HSL color Cylindrical-coordinate representation of color #298192: hue angle of 189.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298192 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 129 146 -
CMYK 0.72 0.12 0 0.43
HSL 189.71º 0.56% 0.37% -
HSV(B) 189.71º 0.72% 0.57% -
XYZ 13.95 18.25 29.98 -
YUV 104.63 151.35 82.62 -
System Red Green Blue C M Y K H S L
Decimal 41 129 146 0.72 0.12 0 0.43 189.71 0.56 0.37
Hex 29 81 92 48 C 0 2B BE 38 25
Octal 51 201 222 110 14 0 53 276 70 45
Binary 101001 10000001 10010010 1001000 1100 0 101011 10111110 111000 100101

Color Harmonies of #298192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298192

Black with #298192

Text Example


Text Example

White with #298192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298192; }

 p { color: rgb(41,129,146); }

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

background-color css

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

 a { background-color: rgb(41,129,146); }

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

border-color css

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

 span { border-color: rgb(41,129,146); }

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