Html Css Color HEX #298291 Scooter

📋 copy color: '#298291'

red 41 ◦ green 130 ◦ blue 145

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

Shades of Scooter #298291

Tints of Scooter #298291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.89%

R = 12.97%
G = 41.14%
B = 45.89%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#298291 (or 0x298291) is known color: Scooter. HEX triplet: 29, 82 and 91. RGB value is (41,130,145). Sum of RGB (Red+Green+Blue) = 41+130+145=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #298291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298291 is #D67D6E. Grayscale: #686868. Windows color (decimal): -14056815 or 9536041. OLE color: 9536041.

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

Color convert

RGB 41 130 145 -
CMYK 0.72 0.10 0 0.43
HSL 188.65º 0.56% 0.36% -
HSV(B) 188.65º 0.72% 0.57% -
XYZ 14.01 18.48 29.62 -
YUV 105.1 150.51 82.28 -
System Red Green Blue C M Y K H S L
Decimal 41 130 145 0.72 0.10 0 0.43 188.65 0.56 0.36
Hex 29 82 91 48 A 0 2B BD 38 24
Octal 51 202 221 110 12 0 53 275 70 44
Binary 101001 10000010 10010001 1001000 1010 0 101011 10111101 111000 100100

Color Harmonies of #298291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298291

Black with #298291

Text Example


Text Example

White with #298291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298291; }

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

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

background-color css

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

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

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

border-color css

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

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

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