#2984A3

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

Shades of Scooter #2984A3

Tints of Scooter #2984A3

Color information

#2984A3 (or 0x2984A3) is unknown color: approx Scooter. HEX triplet: 29, 84 and A3. RGB value is (41,132,163). Sum of RGB (Red+Green+Blue) = 41+132+163=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 163 - color contains mainly: blue. Hex color #2984A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2984A3 is #D67B5C. Grayscale: #6C6C6C. Windows color (decimal): -14056285 or 10716201. OLE color: 10716201.

HSL color Cylindrical-coordinate representation of color #2984A3: hue angle of 195.25º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2984A3 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB41132163-
CMYK0.750.1900.36
HSL195.25º59.8%40%-
HSV(B)195.25º74.85%63.92%-
XYZ15.7819.6237.61-
YUV108.32158.8579.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.20%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 163 (64.06% from 255) = 48.51%
R=12.20%
G=39.29%
B=48.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411321630.750.1900.36195.2559.840
Hex2984A34B13024c33c28
Octal51204243113230443037450
Binary1010011000010010100011100101110011010010011000011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2984A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2984A3; }

 p { color: rgb(41,132,163); }

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

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

 a { background-color: rgb(41,132,163); }

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

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

 span { border-color: rgb(41,132,163); }

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