#3386BA

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

Shades of Curious Blue #3386BA

Tints of Curious Blue #3386BA

Color information

#3386BA (or 0x3386BA) is unknown color: approx Curious Blue. HEX triplet: 33, 86 and BA. RGB value is (51,134,186). Sum of RGB (Red+Green+Blue) = 51+134+186=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #3386BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3386BA is #CC7945. Grayscale: #727272. Windows color (decimal): -13400390 or 12224051. OLE color: 12224051.

HSL color Cylindrical-coordinate representation of color #3386BA: hue angle of 203.11º 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 #3386BA is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51134186-
CMYK0.730.2800.27
HSL203.11º56.96%46.47%-
HSV(B)203.11º72.58%72.94%-
XYZ18.7521.349.58-
YUV115.1116882.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=13.75%
G=36.12%
B=50.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511341860.730.2800.27203.1156.9646.47
Hex3386BA491C01Bcb392e
Octal63206272111340333137156
Binary110011100001101011101010010011110001101111001011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3386BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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