#2291B1

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

Shades of Pelorous #2291B1

Tints of Pelorous #2291B1

Color information

#2291B1 (or 0x2291B1) is unknown color: approx Pelorous. HEX triplet: 22, 91 and B1. RGB value is (34,145,177). Sum of RGB (Red+Green+Blue) = 34+145+177=356 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.55% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #2291B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2291B1 is #DD6E4E. Grayscale: #737373. Windows color (decimal): -14511695 or 11637026. OLE color: 11637026.

HSL color Cylindrical-coordinate representation of color #2291B1: hue angle of 193.43º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2291B1 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB34145177-
CMYK0.810.1800.31
HSL193.43º67.77%41.37%-
HSV(B)193.43º80.79%69.41%-
XYZ18.7223.7745.2-
YUV115.46162.7369.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.55%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 177 (69.53% from 255) = 49.72%
R=9.55%
G=40.73%
B=49.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal341451770.810.1800.31193.4367.7741.37
Hex2291B1511201Fc14429
Octal422212611212203730110451
Binary1000101001000110110001101000110010011111110000011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2291B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2291B1; }

 p { color: rgb(34,145,177); }

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

<style>
 a { background-color: #2291B1; }

 a { background-color: rgb(34,145,177); }

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

<style>
 span { border-color: #2291B1; }

 span { border-color: rgb(34,145,177); }

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