#2390BA

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

Shades of Pelorous #2390BA

Tints of Pelorous #2390BA

Color information

#2390BA (or 0x2390BA) is unknown color: approx Pelorous. HEX triplet: 23, 90 and BA. RGB value is (35,144,186). Sum of RGB (Red+Green+Blue) = 35+144+186=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #2390BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2390BA is #DC6F45. Grayscale: #737373. Windows color (decimal): -14446406 or 12226595. OLE color: 12226595.

HSL color Cylindrical-coordinate representation of color #2390BA: hue angle of 196.69º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2390BA is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB35144186-
CMYK0.810.2300.27
HSL196.69º68.33%43.33%-
HSV(B)196.69º81.18%72.94%-
XYZ19.5323.8550.03-
YUV116.2167.3970.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.59%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=9.59%
G=39.45%
B=50.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal351441860.810.2300.27196.6968.3343.33
Hex2390BA511701Bc5442b
Octal432202721212703330510453
Binary1000111001000010111010101000110111011011110001011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2390BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2390BA; }

 p { color: rgb(35,144,186); }

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

<style>
 a { background-color: #2390BA; }

 a { background-color: rgb(35,144,186); }

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

<style>
 span { border-color: #2390BA; }

 span { border-color: rgb(35,144,186); }

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