#3393BA

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

Shades of Pelorous #3393BA

Tints of Pelorous #3393BA

Color information

#3393BA (or 0x3393BA) is unknown color: approx Pelorous. HEX triplet: 33, 93 and BA. RGB value is (51,147,186). Sum of RGB (Red+Green+Blue) = 51+147+186=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #3393BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3393BA is #CC6C45. Grayscale: #7A7A7A. Windows color (decimal): -13397062 or 12227379. OLE color: 12227379.

HSL color Cylindrical-coordinate representation of color #3393BA: hue angle of 197.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3393BA is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51147186-
CMYK0.730.2100.27
HSL197.33º56.96%46.47%-
HSV(B)197.33º72.58%72.94%-
XYZ20.6625.1250.21-
YUV122.74163.776.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.28%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=13.28%
G=38.28%
B=48.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511471860.730.2100.27197.3356.9646.47
Hex3393BA491501Bc5392e
Octal63223272111250333057156
Binary110011100100111011101010010011010101101111000101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3393BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,147,186); }

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

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

 a { background-color: rgb(51,147,186); }

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

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

 span { border-color: rgb(51,147,186); }

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