#2292AE

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

Shades of Pelorous #2292AE

Tints of Pelorous #2292AE

Color information

#2292AE (or 0x2292AE) is unknown color: approx Pelorous. HEX triplet: 22, 92 and AE. RGB value is (34,146,174). Sum of RGB (Red+Green+Blue) = 34+146+174=354 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.60% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #2292AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2292AE is #DD6D51. Grayscale: #737373. Windows color (decimal): -14511442 or 11440674. OLE color: 11440674.

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

Color convert

RGB34146174-
CMYK0.800.1600.32
HSL192º67.31%40.78%-
HSV(B)192º80.46%68.24%-
XYZ18.5823.9543.69-
YUV115.7160.8969.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.60%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=9.60%
G=41.24%
B=49.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341461740.800.1600.3219267.3140.78
Hex2292AE5010020c04329
Octal422222561202004030010351
Binary10001010010010101011101010000100000100000110000001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2292AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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