#3394BB

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

Shades of Pelorous #3394BB

Tints of Pelorous #3394BB

Color information

#3394BB (or 0x3394BB) is unknown color: approx Pelorous. HEX triplet: 33, 94 and BB. RGB value is (51,148,187). Sum of RGB (Red+Green+Blue) = 51+148+187=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #3394BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3394BB is #CC6B44. Grayscale: #7B7B7B. Windows color (decimal): -13396805 or 12293171. OLE color: 12293171.

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

Color convert

RGB51148187-
CMYK0.730.2100.27
HSL197.21º57.14%46.67%-
HSV(B)197.21º72.73%73.33%-
XYZ20.9225.4750.83-
YUV123.44163.8676.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.21%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 187 (73.44% from 255) = 48.45%
R=13.21%
G=38.34%
B=48.45%

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
Decimal511481870.730.2100.27197.2157.1446.67
Hex3394BB491501Bc5392f
Octal63224273111250333057157
Binary110011100101001011101110010011010101101111000101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3394BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3394BB; }

 p { color: rgb(51,148,187); }

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

<style>
 a { background-color: #3394BB; }

 a { background-color: rgb(51,148,187); }

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

<style>
 span { border-color: #3394BB; }

 span { border-color: rgb(51,148,187); }

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