#2287AB

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

Shades of Pelorous #2287AB

Tints of Pelorous #2287AB

Color information

#2287AB (or 0x2287AB) is unknown color: approx Pelorous. HEX triplet: 22, 87 and AB. RGB value is (34,135,171). Sum of RGB (Red+Green+Blue) = 34+135+171=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #2287AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2287AB is #DD7854. Grayscale: #6C6C6C. Windows color (decimal): -14514261 or 11241250. OLE color: 11241250.

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

Color convert

RGB34135171-
CMYK0.800.2100.33
HSL195.77º66.83%40.2%-
HSV(B)195.77º80.12%67.06%-
XYZ16.6720.6141.63-
YUV108.9163.0474.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=10%
G=39.71%
B=50.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341351710.800.2100.33195.7766.8340.2
Hex2287AB5015021c44328
Octal422072531202504130410350
Binary10001010000111101010111010000101010100001110001001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2287AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2287AB; }

 p { color: rgb(34,135,171); }

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

<style>
 a { background-color: #2287AB; }

 a { background-color: rgb(34,135,171); }

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

<style>
 span { border-color: #2287AB; }

 span { border-color: rgb(34,135,171); }

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