#2294AD

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

Shades of Pelorous #2294AD

Tints of Pelorous #2294AD

Color information

#2294AD (or 0x2294AD) is unknown color: approx Pelorous. HEX triplet: 22, 94 and AD. RGB value is (34,148,173). Sum of RGB (Red+Green+Blue) = 34+148+173=355 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.58% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #2294AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2294AD is #DD6B52. Grayscale: #747474. Windows color (decimal): -14510931 or 11375650. OLE color: 11375650.

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

Color convert

RGB34148173-
CMYK0.800.1400.32
HSL190.79º67.15%40.59%-
HSV(B)190.79º80.35%67.84%-
XYZ18.7924.5443.28-
YUV116.76159.7368.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.58%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=9.58%
G=41.69%
B=48.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341481730.800.1400.32190.7967.1540.59
Hex2294AD50E020bf4329
Octal422242551201604027710351
Binary1000101001010010101101101000011100100000101111111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2294AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2294AD; }

 p { color: rgb(34,148,173); }

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

<style>
 a { background-color: #2294AD; }

 a { background-color: rgb(34,148,173); }

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

<style>
 span { border-color: #2294AD; }

 span { border-color: rgb(34,148,173); }

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