#2390d5

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

Shades of Pelorous #2390D5

Tints of Pelorous #2390D5

Color information

#2390D5 (or 0x2390D5) is unknown color: approx Pelorous. HEX triplet: 23, 90 and D5. RGB value is (35,144,213). Sum of RGB (Red+Green+Blue) = 35+144+213=392 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.93% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #2390D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2390D5 is #DC6F2A. Grayscale: #767676. Windows color (decimal): -14446379 or 13996067. OLE color: 13996067.

HSL color Cylindrical-coordinate representation of color #2390D5: hue angle of 203.26º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2390D5 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB35144213-
CMYK0.840.3200.16
HSL203.26º71.77%48.63%-
HSV(B)203.26º83.57%83.53%-
XYZ22.6825.1166.6-
YUV119.28180.8967.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.93%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 213 (83.59% from 255) = 54.34%
R=8.93%
G=36.73%
B=54.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal351442130.840.3200.16203.2671.7748.63
Hex2390D55420010cb4831
Octal432203251244002031311061
Binary10001110010000110101011010100100000010000110010111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2390d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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