#2187AA

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

Shades of Scooter #2187AA

Tints of Scooter #2187AA

Color information

#2187AA (or 0x2187AA) is unknown color: approx Scooter. HEX triplet: 21, 87 and AA. RGB value is (33,135,170). Sum of RGB (Red+Green+Blue) = 33+135+170=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #2187AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2187AA is #DE7855. Grayscale: #6C6C6C. Windows color (decimal): -14579798 or 11175713. OLE color: 11175713.

HSL color Cylindrical-coordinate representation of color #2187AA: hue angle of 195.33º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2187AA is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33135170-
CMYK0.810.2100.33
HSL195.33º67.49%39.8%-
HSV(B)195.33º80.59%66.67%-
XYZ16.5520.5541.13-
YUV108.49162.7174.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.76%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=9.76%
G=39.94%
B=50.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331351700.810.2100.33195.3367.4939.8
Hex2187AA5115021c34328
Octal412072521212504130310350
Binary10000110000111101010101010001101010100001110000111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2187AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2187AA; }

 p { color: rgb(33,135,170); }

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

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

 a { background-color: rgb(33,135,170); }

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

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

 span { border-color: rgb(33,135,170); }

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