#3386B2

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

Shades of Curious Blue #3386B2

Tints of Curious Blue #3386B2

Color information

#3386B2 (or 0x3386B2) is unknown color: approx Curious Blue. HEX triplet: 33, 86 and B2. RGB value is (51,134,178). Sum of RGB (Red+Green+Blue) = 51+134+178=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #3386B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3386B2 is #CC794D. Grayscale: #717171. Windows color (decimal): -13400398 or 11699763. OLE color: 11699763.

HSL color Cylindrical-coordinate representation of color #3386B2: hue angle of 200.79º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3386B2 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB51134178-
CMYK0.710.2500.30
HSL200.79º55.46%44.9%-
HSV(B)200.79º71.35%69.8%-
XYZ17.9320.9745.22-
YUV114.216482.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.05%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 178 (69.92% from 255) = 49.04%
R=14.05%
G=36.91%
B=49.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal511341780.710.2500.30200.7955.4644.9
Hex3386B2471901Ec9372d
Octal63206262107310363116755
Binary110011100001101011001010001111100101111011001001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3386B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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