#2295AD

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

Shades of Pelorous #2295AD

Tints of Pelorous #2295AD

Color information

#2295AD (or 0x2295AD) is unknown color: approx Pelorous. HEX triplet: 22, 95 and AD. RGB value is (34,149,173). Sum of RGB (Red+Green+Blue) = 34+149+173=356 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.55% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #2295AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2295AD is #DD6A52. Grayscale: #757575. Windows color (decimal): -14510675 or 11375906. OLE color: 11375906.

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

Color convert

RGB34149173-
CMYK0.800.1400.32
HSL190.36º67.15%40.59%-
HSV(B)190.36º80.35%67.84%-
XYZ18.9524.8543.33-
YUV117.35159.468.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.55%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=9.55%
G=41.85%
B=48.60%

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
Decimal341491730.800.1400.32190.3667.1540.59
Hex2295AD50E020be4329
Octal422252551201604027610351
Binary1000101001010110101101101000011100100000101111101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2295AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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