#2293B0

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

Shades of Pelorous #2293B0

Tints of Pelorous #2293B0

Color information

#2293B0 (or 0x2293B0) is unknown color: approx Pelorous. HEX triplet: 22, 93 and B0. RGB value is (34,147,176). Sum of RGB (Red+Green+Blue) = 34+147+176=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #2293B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2293B0 is #DD6C4F. Grayscale: #747474. Windows color (decimal): -14511184 or 11572002. OLE color: 11572002.

HSL color Cylindrical-coordinate representation of color #2293B0: hue angle of 192.25º 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 #2293B0 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB34147176-
CMYK0.810.1600.31
HSL192.25º67.62%41.18%-
HSV(B)192.25º80.68%69.02%-
XYZ18.9324.3444.78-
YUV116.52161.5669.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.52%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 176 (69.14% from 255) = 49.30%
R=9.52%
G=41.18%
B=49.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal341471760.810.1600.31192.2567.6241.18
Hex2293B0511001Fc04429
Octal422232601212003730010451
Binary1000101001001110110000101000110000011111110000001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2293B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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