#2287AE

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

Shades of Pelorous #2287AE

Tints of Pelorous #2287AE

Color information

#2287AE (or 0x2287AE) is unknown color: approx Pelorous. HEX triplet: 22, 87 and AE. RGB value is (34,135,174). Sum of RGB (Red+Green+Blue) = 34+135+174=343 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.91% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #2287AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2287AE is #DD7851. Grayscale: #6C6C6C. Windows color (decimal): -14514258 or 11437858. OLE color: 11437858.

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

Color convert

RGB34135174-
CMYK0.800.2200.32
HSL196.71º67.31%40.78%-
HSV(B)196.71º80.46%68.24%-
XYZ16.9620.7243.15-
YUV109.25164.5474.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.91%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 174 (68.36% from 255) = 50.73%
R=9.91%
G=39.36%
B=50.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341351740.800.2200.32196.7167.3140.78
Hex2287AE5016020c54329
Octal422072561202604030510351
Binary10001010000111101011101010000101100100000110001011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2287AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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