#2394AB

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

Shades of Pelorous #2394AB

Tints of Pelorous #2394AB

Color information

#2394AB (or 0x2394AB) is unknown color: approx Pelorous. HEX triplet: 23, 94 and AB. RGB value is (35,148,171). Sum of RGB (Red+Green+Blue) = 35+148+171=354 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.89% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #2394AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2394AB is #DC6B54. Grayscale: #747474. Windows color (decimal): -14445397 or 11244579. OLE color: 11244579.

HSL color Cylindrical-coordinate representation of color #2394AB: hue angle of 190.15º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2394AB is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB35148171-
CMYK0.800.1300.33
HSL190.15º66.02%40.39%-
HSV(B)190.15º79.53%67.06%-
XYZ18.6324.4842.27-
YUV116.84158.5669.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.89%
GREEN value IS 148 (58.20% from 255) = 41.81%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=9.89%
G=41.81%
B=48.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351481710.800.1300.33190.1566.0240.39
Hex2394AB50D021be4228
Octal432242531201504127610250
Binary1000111001010010101011101000011010100001101111101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2394AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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