Html Css Color HEX #298295 Scooter

📋 copy color: '#298295'

red 41 ◦ green 130 ◦ blue 149

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

Shades of Scooter #298295

Tints of Scooter #298295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.63%

 BLUE value IS 149 (58.59% from 255) = 46.56%

R = 12.81%
G = 40.63%
B = 46.56%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#298295 (or 0x298295) is known color: Scooter. HEX triplet: 29, 82 and 95. RGB value is (41,130,149). Sum of RGB (Red+Green+Blue) = 41+130+149=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #298295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298295 is #D67D6A. Grayscale: #696969. Windows color (decimal): -14056811 or 9798185. OLE color: 9798185.

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

Color convert

RGB 41 130 149 -
CMYK 0.72 0.13 0 0.42
HSL 190.56º 0.57% 0.37% -
HSV(B) 190.56º 0.72% 0.58% -
XYZ 14.32 18.61 31.27 -
YUV 105.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 41 130 149 0.72 0.13 0 0.42 190.56 0.57 0.37
Hex 29 82 95 48 D 0 2A BF 39 25
Octal 51 202 225 110 15 0 52 277 71 45
Binary 101001 10000010 10010101 1001000 1101 0 101010 10111111 111001 100101

Color Harmonies of #298295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298295

Black with #298295

Text Example


Text Example

White with #298295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298295; }

 p { color: rgb(41,130,149); }

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

background-color css

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

 a { background-color: rgb(41,130,149); }

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

border-color css

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

 span { border-color: rgb(41,130,149); }

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