#298CAB

Color #298CAB Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #298CAB

Tints of Scooter #298CAB

Color information

#298CAB (or 0x298CAB) is unknown color: approx Scooter. HEX triplet: 29, 8C and AB. RGB value is (41,140,171). Sum of RGB (Red+Green+Blue) = 41+140+171=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #298CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298CAB is #D67354. Grayscale: #717171. Windows color (decimal): -14054229 or 11242537. OLE color: 11242537.

HSL color Cylindrical-coordinate representation of color #298CAB: hue angle of 194.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #298CAB is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41140171-
CMYK0.760.1800.33
HSL194.31º61.32%41.57%-
HSV(B)194.31º76.02%67.06%-
XYZ17.6422.1741.88-
YUV113.93160.275.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.65%
GREEN value IS 140 (55.08% from 255) = 39.77%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=11.65%
G=39.77%
B=48.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411401710.760.1800.33194.3161.3241.57
Hex298CAB4C12021c23d2a
Octal51214253114220413027552
Binary1010011000110010101011100110010010010000111000010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298CAB; }

 p { color: rgb(41,140,171); }

 H1.HeaderClassName
 {
   color: #298CAB;
 }
 .AnyTagClassName
 {
   color: #298CAB;
 }
</style>
background-color css

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

 a { background-color: rgb(41,140,171); }

 div.DivClassName
 {
   background-color: #298CAB;
 }
 .BgClassName
 {
   background-color: #298CAB;
 }
</style>
border-color css

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

 span { border-color: rgb(41,140,171); }

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