#2C84A2

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

Shades of Scooter #2C84A2

Tints of Scooter #2C84A2

Color information

#2C84A2 (or 0x2C84A2) is unknown color: approx Scooter. HEX triplet: 2C, 84 and A2. RGB value is (44,132,162). Sum of RGB (Red+Green+Blue) = 44+132+162=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 162 - color contains mainly: blue. Hex color #2C84A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C84A2 is #D37B5D. Grayscale: #6C6C6C. Windows color (decimal): -13859678 or 10650668. OLE color: 10650668.

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

Color convert

RGB44132162-
CMYK0.730.1900.36
HSL195.25º57.28%40.39%-
HSV(B)195.25º72.84%63.53%-
XYZ15.8119.6537.14-
YUV109.11157.8581.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.02%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 162 (63.67% from 255) = 47.93%
R=13.02%
G=39.05%
B=47.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal441321620.730.1900.36195.2557.2840.39
Hex2C84A24913024c33928
Octal54204242111230443037150
Binary1011001000010010100010100100110011010010011000011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C84A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C84A2; }

 p { color: rgb(44,132,162); }

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

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

 a { background-color: rgb(44,132,162); }

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

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

 span { border-color: rgb(44,132,162); }

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