#2392A8

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

Shades of Pelorous #2392A8

Tints of Pelorous #2392A8

Color information

#2392A8 (or 0x2392A8) is unknown color: approx Pelorous. HEX triplet: 23, 92 and A8. RGB value is (35,146,168). Sum of RGB (Red+Green+Blue) = 35+146+168=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 168 (66.02% from 255 or 48.14% from 349); Max value from RGB is 168 - color contains mainly: blue. Hex color #2392A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2392A8 is #DC6D57. Grayscale: #737373. Windows color (decimal): -14445912 or 11047459. OLE color: 11047459.

HSL color Cylindrical-coordinate representation of color #2392A8: hue angle of 189.92º 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 #2392A8 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB35146168-
CMYK0.790.1300.34
HSL189.92º65.52%39.8%-
HSV(B)189.92º79.17%65.88%-
XYZ18.0423.7440.68-
YUV115.32157.7370.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.03%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 168 (66.02% from 255) = 48.14%
R=10.03%
G=41.83%
B=48.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal351461680.790.1300.34189.9265.5239.8
Hex2392A84FD022be4228
Octal432222501171504227610250
Binary1000111001001010101000100111111010100010101111101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2392A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2392A8; }

 p { color: rgb(35,146,168); }

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

<style>
 a { background-color: #2392A8; }

 a { background-color: rgb(35,146,168); }

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

<style>
 span { border-color: #2392A8; }

 span { border-color: rgb(35,146,168); }

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