#2393d1

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

Shades of Pelorous #2393D1

Tints of Pelorous #2393D1

Color information

#2393D1 (or 0x2393D1) is unknown color: approx Pelorous. HEX triplet: 23, 93 and D1. RGB value is (35,147,209). Sum of RGB (Red+Green+Blue) = 35+147+209=391 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.95% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #2393D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2393D1 is #DC6C2E. Grayscale: #787878. Windows color (decimal): -14445615 or 13734691. OLE color: 13734691.

HSL color Cylindrical-coordinate representation of color #2393D1: hue angle of 201.38º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2393D1 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB35147209-
CMYK0.830.3000.18
HSL201.38º71.31%47.84%-
HSV(B)201.38º83.25%81.96%-
XYZ22.6425.8364.11-
YUV120.58177.8966.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.95%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 209 (82.03% from 255) = 53.45%
R=8.95%
G=37.60%
B=53.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal351472090.830.3000.18201.3871.3147.84
Hex2393D1531E012c94730
Octal432233211233602231110760
Binary1000111001001111010001101001111110010010110010011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2393d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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