Html Css Color HEX #298599 Scooter

📋 copy color: '#298599'

red 41 ◦ green 133 ◦ blue 153

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

Shades of Scooter #298599

Tints of Scooter #298599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

 BLUE value IS 153 (60.16% from 255) = 46.79%

R = 12.54%
G = 40.67%
B = 46.79%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#298599 (or 0x298599) is known color: Scooter. HEX triplet: 29, 85 and 99. RGB value is (41,133,153). Sum of RGB (Red+Green+Blue) = 41+133+153=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #298599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298599 is #D67A66. Grayscale: #6B6B6B. Windows color (decimal): -14056039 or 10061097. OLE color: 10061097.

HSL color Cylindrical-coordinate representation of color #298599: hue angle of 190.71º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #298599 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 133 153 -
CMYK 0.73 0.13 0 0.4
HSL 190.71º 0.58% 0.38% -
HSV(B) 190.71º 0.73% 0.6% -
XYZ 15.05 19.55 33.12 -
YUV 107.77 153.52 80.37 -
System Red Green Blue C M Y K H S L
Decimal 41 133 153 0.73 0.13 0 0.4 190.71 0.58 0.38
Hex 29 85 99 49 D 0 28 BF 3A 26
Octal 51 205 231 111 15 0 50 277 72 46
Binary 101001 10000101 10011001 1001001 1101 0 101000 10111111 111010 100110

Color Harmonies of #298599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298599

Black with #298599

Text Example


Text Example

White with #298599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298599; }

 p { color: rgb(41,133,153); }

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

background-color css

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

 a { background-color: rgb(41,133,153); }

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

border-color css

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

 span { border-color: rgb(41,133,153); }

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