#2285AE

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

Shades of Pelorous #2285AE

Tints of Pelorous #2285AE

Color information

#2285AE (or 0x2285AE) is unknown color: approx Pelorous. HEX triplet: 22, 85 and AE. RGB value is (34,133,174). Sum of RGB (Red+Green+Blue) = 34+133+174=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #2285AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2285AE is #DD7A51. Grayscale: #6B6B6B. Windows color (decimal): -14514770 or 11437346. OLE color: 11437346.

HSL color Cylindrical-coordinate representation of color #2285AE: hue angle of 197.57º 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 #2285AE is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB34133174-
CMYK0.800.2400.32
HSL197.57º67.31%40.78%-
HSV(B)197.57º80.46%68.24%-
XYZ16.6920.1743.06-
YUV108.07165.275.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.97%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=9.97%
G=39.00%
B=51.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341331740.800.2400.32197.5767.3140.78
Hex2285AE5018020c64329
Octal422052561203004030610351
Binary10001010000101101011101010000110000100000110001101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2285AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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