#2391A9

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

Shades of Pelorous #2391A9

Tints of Pelorous #2391A9

Color information

#2391A9 (or 0x2391A9) is unknown color: approx Pelorous. HEX triplet: 23, 91 and A9. RGB value is (35,145,169). Sum of RGB (Red+Green+Blue) = 35+145+169=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 169 (66.41% from 255 or 48.42% from 349); Max value from RGB is 169 - color contains mainly: blue. Hex color #2391A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2391A9 is #DC6E56. Grayscale: #727272. Windows color (decimal): -14446167 or 11112739. OLE color: 11112739.

HSL color Cylindrical-coordinate representation of color #2391A9: hue angle of 190.75º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2391A9 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB35145169-
CMYK0.790.1400.34
HSL190.75º65.69%40%-
HSV(B)190.75º79.29%66.27%-
XYZ17.9823.4741.12-
YUV114.85158.5671.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.03%
GREEN value IS 145 (57.03% from 255) = 41.55%
BLUE value IS 169 (66.41% from 255) = 48.42%
R=10.03%
G=41.55%
B=48.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal351451690.790.1400.34190.7565.6940
Hex2391A94FE022bf4228
Octal432212511171604227710250
Binary1000111001000110101001100111111100100010101111111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2391A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2391A9; }

 p { color: rgb(35,145,169); }

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

<style>
 a { background-color: #2391A9; }

 a { background-color: rgb(35,145,169); }

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

<style>
 span { border-color: #2391A9; }

 span { border-color: rgb(35,145,169); }

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