#3394bd

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

Shades of Pelorous #3394BD

Tints of Pelorous #3394BD

Color information

#3394BD (or 0x3394BD) is unknown color: approx Pelorous. HEX triplet: 33, 94 and BD. RGB value is (51,148,189). Sum of RGB (Red+Green+Blue) = 51+148+189=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #3394BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3394BD is #CC6B42. Grayscale: #7B7B7B. Windows color (decimal): -13396803 or 12424243. OLE color: 12424243.

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

Color convert

RGB51148189-
CMYK0.730.2200.26
HSL197.83º57.5%47.06%-
HSV(B)197.83º73.02%74.12%-
XYZ21.1425.5651.96-
YUV123.67164.8676.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.14%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 189 (74.22% from 255) = 48.71%
R=13.14%
G=38.14%
B=48.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511481890.730.2200.26197.8357.547.06
Hex3394BD491601Ac63a2f
Octal63224275111260323067257
Binary110011100101001011110110010011011001101011000110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3394bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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