Html Css Color HEX #298094 Scooter

📋 copy color: '#298094'

red 41 ◦ green 128 ◦ blue 148

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

Shades of Scooter #298094

Tints of Scooter #298094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.38%

 BLUE value IS 148 (58.2% from 255) = 46.69%

R = 12.93%
G = 40.38%
B = 46.69%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#298094 (or 0x298094) is known color: Scooter. HEX triplet: 29, 80 and 94. RGB value is (41,128,148). Sum of RGB (Red+Green+Blue) = 41+128+148=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #298094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298094 is #D67F6B. Grayscale: #686868. Windows color (decimal): -14057324 or 9732137. OLE color: 9732137.

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

Color convert

RGB 41 128 148 -
CMYK 0.72 0.14 0 0.42
HSL 191.22º 0.57% 0.37% -
HSV(B) 191.22º 0.72% 0.58% -
XYZ 13.98 18.05 30.76 -
YUV 104.27 152.68 82.87 -
System Red Green Blue C M Y K H S L
Decimal 41 128 148 0.72 0.14 0 0.42 191.22 0.57 0.37
Hex 29 80 94 48 E 0 2A BF 39 25
Octal 51 200 224 110 16 0 52 277 71 45
Binary 101001 10000000 10010100 1001000 1110 0 101010 10111111 111001 100101

Color Harmonies of #298094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298094

Black with #298094

Text Example


Text Example

White with #298094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298094; }

 p { color: rgb(41,128,148); }

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

background-color css

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

 a { background-color: rgb(41,128,148); }

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

border-color css

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

 span { border-color: rgb(41,128,148); }

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