#2394ae

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

Shades of Pelorous #2394AE

Tints of Pelorous #2394AE

Color information

#2394AE (or 0x2394AE) is unknown color: approx Pelorous. HEX triplet: 23, 94 and AE. RGB value is (35,148,174). Sum of RGB (Red+Green+Blue) = 35+148+174=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #2394AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2394AE is #DC6B51. Grayscale: #747474. Windows color (decimal): -14445394 or 11441187. OLE color: 11441187.

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

Color convert

RGB35148174-
CMYK0.800.1500.32
HSL191.22º66.51%40.98%-
HSV(B)191.22º79.89%68.24%-
XYZ18.9224.5943.79-
YUV117.18160.0669.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.80%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=9.80%
G=41.46%
B=48.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351481740.800.1500.32191.2266.5140.98
Hex2394AE50F020bf4329
Octal432242561201704027710351
Binary1000111001010010101110101000011110100000101111111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2394ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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