#2393ae

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

Shades of Pelorous #2393AE

Tints of Pelorous #2393AE

Color information

#2393AE (or 0x2393AE) is unknown color: approx Pelorous. HEX triplet: 23, 93 and AE. RGB value is (35,147,174). Sum of RGB (Red+Green+Blue) = 35+147+174=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #2393AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2393AE is #DC6C51. Grayscale: #747474. Windows color (decimal): -14445650 or 11440931. OLE color: 11440931.

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

Color convert

RGB35147174-
CMYK0.800.1600.32
HSL191.65º66.51%40.98%-
HSV(B)191.65º79.89%68.24%-
XYZ18.7724.2843.74-
YUV116.59160.3969.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.83%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=9.83%
G=41.29%
B=48.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351471740.800.1600.32191.6566.5140.98
Hex2393AE5010020c04329
Octal432232561202004030010351
Binary10001110010011101011101010000100000100000110000001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2393ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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