#2184A5

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

Shades of Scooter #2184A5

Tints of Scooter #2184A5

Color information

#2184A5 (or 0x2184A5) is unknown color: approx Scooter. HEX triplet: 21, 84 and A5. RGB value is (33,132,165). Sum of RGB (Red+Green+Blue) = 33+132+165=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 165 (64.84% from 255 or 50% from 330); Max value from RGB is 165 - color contains mainly: blue. Hex color #2184A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2184A5 is #DE7B5A. Grayscale: #696969. Windows color (decimal): -14580571 or 10847265. OLE color: 10847265.

HSL color Cylindrical-coordinate representation of color #2184A5: hue angle of 195º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2184A5 is Cyan = 0.8, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB33132165-
CMYK0.80.2000.35
HSL195º66.67%38.82%-
HSV(B)195º80%64.71%-
XYZ15.6719.5438.54-
YUV106.16161.275.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 165 (64.84% from 255) = 50%
R=10%
G=40%
B=50%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal331321650.80.2000.3519566.6738.82
Hex2184A55014023c34327
Octal412042451202404330310347
Binary10000110000100101001011010000101000100011110000111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2184A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2184A5; }

 p { color: rgb(33,132,165); }

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

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

 a { background-color: rgb(33,132,165); }

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

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

 span { border-color: rgb(33,132,165); }

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