#2293AB

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

Shades of Pelorous #2293AB

Tints of Pelorous #2293AB

Color information

#2293AB (or 0x2293AB) is unknown color: approx Pelorous. HEX triplet: 22, 93 and AB. RGB value is (34,147,171). Sum of RGB (Red+Green+Blue) = 34+147+171=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #2293AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2293AB is #DD6C54. Grayscale: #737373. Windows color (decimal): -14511189 or 11244322. OLE color: 11244322.

HSL color Cylindrical-coordinate representation of color #2293AB: hue angle of 190.51º 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 #2293AB is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB34147171-
CMYK0.800.1400.33
HSL190.51º66.83%40.2%-
HSV(B)190.51º80.12%67.06%-
XYZ18.4424.1542.22-
YUV115.95159.0669.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.66%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=9.66%
G=41.76%
B=48.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341471710.800.1400.33190.5166.8340.2
Hex2293AB50E021bf4328
Octal422232531201604127710350
Binary1000101001001110101011101000011100100001101111111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2293AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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