#3393B1

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

Shades of Pelorous #3393B1

Tints of Pelorous #3393B1

Color information

#3393B1 (or 0x3393B1) is unknown color: approx Pelorous. HEX triplet: 33, 93 and B1. RGB value is (51,147,177). Sum of RGB (Red+Green+Blue) = 51+147+177=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #3393B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3393B1 is #CC6C4E. Grayscale: #797979. Windows color (decimal): -13397071 or 11637555. OLE color: 11637555.

HSL color Cylindrical-coordinate representation of color #3393B1: hue angle of 194.29º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3393B1 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51147177-
CMYK0.710.1700.31
HSL194.29º55.26%44.71%-
HSV(B)194.29º71.19%69.41%-
XYZ19.7324.7545.33-
YUV121.72159.277.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.6%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 177 (69.53% from 255) = 47.2%
R=13.6%
G=39.2%
B=47.2%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511471770.710.1700.31194.2955.2644.71
Hex3393B1471101Fc2372d
Octal63223261107210373026755
Binary110011100100111011000110001111000101111111000010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3393B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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