#2393A7

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

Shades of Pelorous #2393A7

Tints of Pelorous #2393A7

Color information

#2393A7 (or 0x2393A7) is unknown color: approx Pelorous. HEX triplet: 23, 93 and A7. RGB value is (35,147,167). Sum of RGB (Red+Green+Blue) = 35+147+167=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 167 - color contains mainly: blue. Hex color #2393A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2393A7 is #DC6C58. Grayscale: #737373. Windows color (decimal): -14445657 or 10982179. OLE color: 10982179.

HSL color Cylindrical-coordinate representation of color #2393A7: hue angle of 189.09º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2393A7 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB35147167-
CMYK0.790.1200.35
HSL189.09º65.35%39.61%-
HSV(B)189.09º79.04%65.49%-
XYZ18.124.0140.24-
YUV115.79156.8970.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.03%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 167 (65.62% from 255) = 47.85%
R=10.03%
G=42.12%
B=47.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal351471670.790.1200.35189.0965.3539.61
Hex2393A74FC023bd4128
Octal432232471171404327510150
Binary1000111001001110100111100111111000100011101111011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2393A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2393A7; }

 p { color: rgb(35,147,167); }

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

<style>
 a { background-color: #2393A7; }

 a { background-color: rgb(35,147,167); }

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

<style>
 span { border-color: #2393A7; }

 span { border-color: rgb(35,147,167); }

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