#2187AE

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

Shades of Pelorous #2187AE

Tints of Pelorous #2187AE

Color information

#2187AE (or 0x2187AE) is unknown color: approx Pelorous. HEX triplet: 21, 87 and AE. RGB value is (33,135,174). Sum of RGB (Red+Green+Blue) = 33+135+174=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #2187AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2187AE is #DE7851. Grayscale: #6C6C6C. Windows color (decimal): -14579794 or 11437857. OLE color: 11437857.

HSL color Cylindrical-coordinate representation of color #2187AE: hue angle of 196.6º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2187AE is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB33135174-
CMYK0.810.2200.32
HSL196.6º68.12%40.59%-
HSV(B)196.6º81.03%68.24%-
XYZ16.9320.7143.15-
YUV108.95164.7173.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.65%
GREEN value IS 135 (53.12% from 255) = 39.47%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=9.65%
G=39.47%
B=50.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331351740.810.2200.32196.668.1240.59
Hex2187AE5116020c54429
Octal412072561212604030510451
Binary10000110000111101011101010001101100100000110001011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2187AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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